Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 575 Bytes

movies-node-api

Usage

/api/movies

List all movies available in the database

/api/movies/[imdbID]

Show single movie with matching IMDB ID

/api/comments

List all movies with assigned comments

/api/comments/[imdbID]

Show comments for the movie with specific IMDB ID

Deployment

The app is deployed by default on Heroku, available under this link.

To deploy the app on the local device, change NODE_ENV variable in .env to development. Default port is 3001.