Install project dependecies:
$ npm install
Start the backend and frontend servers:
$ npm start
Test controller and api methods
$ npm test
When localhost:3000 opens, navigate to Log In page and input the following credentials can be used to access/test the FrontEnd:
username | password |
---|---|
catherine | test123 |
user1 | mypassword |
test1 | test123 |
test2 | test123 |
test4 | test456 |