For Backend - cd backend
npm i
For Frontend - cd frontend
npm i
Make Sure to Create a env file in backend directory and add appropriate variables in order to use the app.
Essential Variables
DB_URI =
JWT_SECRET =
- Add pagination
- Add Login and Register
- Implement Profile page
- Add Recommendation of tv shows to users based on data in database.
Checklist:
- Users can add a new title to the list with the following information
- Users should be able to add or delete a show from the list.
- Users can update any of the TV series related data
- APIs should validate a JWT token before allowing access to the caller.
- Prettier and Linter configuration
- Readme file on how to run the service.
- Improvements
- Readme file on how to deploy the service.
- Dockerise the application