Track your movies and tv shows using TMDB API as a webapp.
To get a local copy up and running follow these simple steps.
- Node
- npm
- An TMDB Api key
- Clone the repo
git clone https://github.com/pudymody/repo.git
- Install NPM packages
npm install
- Setup TMDB api key in index.js file
const TMDB_KEY = "API_KEY";
- Start node server
node server
There exists the following routes
- / List all watched shows and movies, and unfinished
- /tv/:id Show a single tv show thats in the database
- /tv/:id/add Adds the tv show to the database
- /movie/:id Show a single movie thats in the database
- /movie/:id/add Adds the movie to the database
- Add episode runtime
- Add show and movie genres
- Year in a review?
- Statistics?
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Federico Scodelaro - @pudymody - federicoscodelaro@gmail.com