this project is based on this repository
pleas follow the readme of server and client. note that if there is any vulneberaties, run:
npm update
change directory to src and by calling the following command data base is filled with some sample data
npm run seed
to clean the database, run:
npm run clean
initial password for all users: 123
for swagger documentation use http://localhost:3001/api
- add captcha to login page
- unit tests