Skip to content

DeveloperCaleb/whats_playing_api

Repository files navigation

What's Playing?


This backend API was created to be used with this project.

The technologies used for this project are Javascript, Node.js, PostgreSQL, and Heroku.

Deployed API

API Endpoints

Returns all movies

List Movies

Returns all theaters with the movies currently at those theaters

List Theaters

Returns all movies that are currently showing.

List Movies Currently Showing

Returns a movie

https://fierce-mountain-99742.herokuapp.com/movies/:movieId

Replace ':movieId' in the url path with any number

Returns all theaters where a movie is playing

https://fierce-mountain-99742.herokuapp.com/movies/:movieId/theaters

Replace ':movieId' in the url path with any number

Returns all reviews for a movie

https://fierce-mountain-99742.herokuapp.com/movies/:movieId/reviews

Replace ':movieId' in the url path with any number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published