Skip to content

Node REST API offering CRUD operations for movies and comments, uses OMDb API to fetch movie details, stores in MongoDB

Notifications You must be signed in to change notification settings

Rotarepmi/movies-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movies-api

This API offers CRUD operations on 2 endpoints: /movies && /comments. It uses omdb to fullfil the movie information.

Getting Started

To run the project clone and install the repository. You will have to set up and connect your working MongoDB instance and get api key for http://www.omdbapi.com/. Store your database password (variable MONGO - required on production) and omdbapi key (variable OMDB - required on dev and prod) in .env file.

Running the tests

Start the development project with

npm run dev

Then run tests with

npm run test

Deployed app

This application runs on Heroku server. The endpoints:

Authors

  • Jakub Mandra

License

This project is licensed under the MIT License.

About

Node REST API offering CRUD operations for movies and comments, uses OMDb API to fetch movie details, stores in MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published