/lighthouse

This repo contains code related to 3d assignment in our back-end course!

Primary LanguageJavaScript

LuleNorthernLightsCinema

Base API

lionfish-app-b672u.ondigitalocean.app/api/

/screenings

GET : recieves a list of max 10 screenings for the coming 5 days.

/reviews/:id/

GET : returns reviews related to specific id

/movies/:id/rating

GET : recieves the average rating of [id] movie

/movies/:id/review

POST : Sends a new review associated with with [id] movie.

/upcoming-screenings/:id

GET : Recieve a list of upcoming screenings for [id] movie