Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 561 Bytes

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)