Cinematek
March 23, 2023 ยท 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
Deployment: Cinematek
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.git
- Go to the project directory
cd cinematek
- Install dependencies
npm i
- Run project with
npm start
- You can optionally build the project running
npm run build
-
Finally access http://localhost:3000 on your browser (port number may vary in some cases)
-
The URLs used for the requests must be placed in some enviroment variable in the
.envfile (see.env.examplefile) -
You can check the back-end repository of this project at Cinematek API and follow the instructions to run