The perfect media tracker
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
The project aims to be a tracker for all your media, you can check the time spend watching movies, shows and more in the future. you will also be able to check when is the next season of your favourite show comming or maybe you like some actors and you want to check out some of his others movies and more
To get a local copy up and running follow these simple example steps.
- NodeJS
- NPM
- TMDB API
- Get a free API Key at TMDB
- Copy the .env.example file to .env and fill it
- run the following commands
npm install
docker compose up -d
npx prisma db push --schema apps/api/prisma/schema.prisma
nx run api:serve:production
nx run web:build
nx run web:start
See the open issues for a full list of proposed features (and known issues). Also you can check the project board for the current status of the project
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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 AGPL-3.0 license. See LICENSE.txt
for more information.
Gerard Du Pre - [email protected]
Project Link: https://github.com/GerardPolloRebozado/anytrack