Skip to content

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

Notifications You must be signed in to change notification settings

utsukushiihime/movierater-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published