/movierater-api

Django, Python, Rest Framework App. Authenticated users can rate movies. This app provides api connection to the database.

Primary LanguagePython

movierater-api

App Requirements

- stores movies in DB (title and description)
- see a list of movies
- create a new Movie
- updated existing Movie
- remove movies from DB
- able to rate move (0 - 5 stars, limited one per user)
- register user and login
- authorize and restrict the app to logged in users only

Outputs

- Back-end API
- Web single page application
- Mobile Applications (iOS and Android)