Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1006 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 1006 Bytes

movie

App dev course final project

The app allows users to track and rate movies that they have watched. They can also keep track of movies they are interested in. We also added a community feature where users can find movies that are being shown in the Cornell community. Users can also choose to host movies.

The app is hosted on a Google Cloud Server under this IP address: http://34.124.115.253/

API

Users
- Get all users
- Get specific user
- Create new user
- Edit username
- Edit password
- Add a movie to a user
- Add an event to a user
- Delete user
- Get user by username and password

Movies
- Get all movies
- Create movie
- Delete movie
- Get specific movie
- Edit movie rating
- Edit movie description

Events
- Get all events
- Get specific eventsm
- Create an event