Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 779 Bytes

MoviesLib

Consumption for tmdb movies, with some functionality and search capabilities.

Installation Guide

0 - pre-requisites

  • install node
  • install npm

1 - Setup .env

In the root folder of the project copy and paste .env.example renaming it to .env and fill in the environment variables. To obtain the data corresponding to filling in the variables, acces The movie db.

API Documentation: Doc

2 - Running the project

After following the steps above, at the root of the project run:

npm i

npm start