List all movies available in the database
Show single movie with matching IMDB ID
List all movies with assigned comments
Show comments for the movie with specific IMDB ID
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
.