Simple movie rating project
1 - User
- Create user
- Login using jwt
- See my profile
- Edit my profile
- Logout
- List all users on admin section
2 - Movies
- Create a new movie
- Read a specific movie
- Fetch all movies
- Update a specific movie
- Delete a specific movie
2bis - Omdb API
- Search movies from Omdb database
- Import/create movie from it
3 - Ratings
- Rate a specific movie
- Display all negative/positive user votes
- See all my votes on profile page with the date
- Use this API to translate movie title