Install project dependecies:
$ npm installStart the backend and frontend servers:
$ npm startTest controller and api methods
$ npm testWhen 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 |