Video Demo - https://youtu.be/u89-EsTAhoc
- cd ../server
- npm run start
- cd ../client
- npm start
username: user1
password: 123
username: user2
password: password
username: user3
password: test
MAKE SURE .env IS USING test_db AS THE DATABASE AND NOT project_db
- cd ../server
- npm run test
Open API yml specification can be found here This is also available in html format here
JSDOCS for server can be found here