Make sure there are no processes running on ports 3000 && 3001 Can be replaced anyway inside docker-compose.yml
First, run:
cp server/.env.example server/.env
cp client/.env.example client/.env
Then:
make build
Finally, run:
make start
Then you can go straight to localhost:3000
Enjoy!
Live example can be seen Here
Demo user:
User: [email protected]
Password: 123123
- Add Logout button
- Add back button
- More generic notification system on frontend with redux and global snackbar
- Improve error handling
- Do some cleanups
- Add swagger
- Improve logs on BE
- Improve error handling
- Do some cleanups