Cinematek API
May 23, 2022 ยท View on GitHub
Keep track of the movies you've watched and create your own movies lists!
All the movies informations are provided by The Movie Database
Implemented features
- See a list with the trending movies of the week
- Find a movie by it's name
- See some informations about that movie
- Add a movie as watched and favorite or add to your watchlist
- Create your own lists
Technologies
How to run
- Clone this repository
git clone git@github.com:acolima/cinematek-api.git
- Go to the project directory
cd cinematek-api
- Install dependencies
npm i
-
Create a
.env.devfile with the same structure of.env.example(see.env.examplefile) -
Run project with
docker-compose up
- You can check the front-end repository of this project at https://github.com/acolima/cinematek and follow the instructions to run