Skip to content

GerardPolloRebozado/anytrack

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


AnyTrack

The perfect media tracker
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

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

(back to top)

Built With

  • Next
  • React
  • Nx
  • Express
  • Node
  • Prisma
  • TypeScript

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • NodeJS
  • NPM
  • TMDB API

Installation

  1. Get a free API Key at TMDB
  2. Copy the .env.example file to .env and fill it
  3. 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

(back to top)

Roadmap

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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the AGPL-3.0 license. See LICENSE.txt for more information.

(back to top)

Contact

Gerard Du Pre - [email protected]

Project Link: https://github.com/GerardPolloRebozado/anytrack

(back to top)