Skip to content

mkramek/movies-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors