npm install
npm run api
npm run web
npm run start
- Make it works
- Refactore the code after it works
- Create user login screen
- Save user in the database
- Validate if a user has a valid token
- Add a button to exit of all pages that the user need a token to access
- Verify users that are online
- Must be able to talk with a specifc user
- Must be able to talk with all users online
- Email should be unique
- Stores the JWT in the httpOnly coockie
- Every time a user do a request the expire time should be reseted if the user not do a request during the expire time disconect the user.