Skip to content

RetfalviBence/MovieFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install the dependencies.

npm install

Setup database.

docker-compose up

Add .env file to /backend folder and fill with:

MOVIE_DB_API_KEY = <YOUR MOVIE DATABASE API KEY>

For more information about the API: (https://developer.themoviedb.org/docs/getting-started)

run backend and frontend

cd backend
npm run start
cd frontend
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published