Skip to content

Ezequiel-Mathias/Project-Movies-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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