Skip to content

A simple project that contains one endpoint to get movie info

Notifications You must be signed in to change notification settings

mohammadranjbarz/imdb-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/mohammadranjbar/imdb-wrapper.git
cd imdb-wrapper
npm install

Then go to OMDB register an Api-key then create a server-config.json with content like below, or pass these parameters as environment variables

{
      "MONGO_HOST":"localhost",
       "MONGO_PORT":"27017",
       "MONGO_USERNAME":"iusername",
       "MONGO_PASSWORD":"password",
       "MONGO_DB_NAME":"imdb",
      "SERVER_POSTERS_PATH": "./posters",
       "OMDB_API_KEY": "omdb_api_key",
      "PORT":4000
    }
npm start

API

https://renjer-imdb.herokuapp.com/api-docs/

About

A simple project that contains one endpoint to get movie info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published