Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.24 KB

BA!ng

This project is an attempt to converge two ideas:

  • The ability to utilize AI to recommend content based on existing personalized collections.
  • Creating personalized schedules for Movies and TV (like my other project Bynger) from those user defined collections.

Getting started

  • Prerequisites:
  • Jumpstart the backend with the docker compose file
  • Massage the .env file to your needs: example.env
  • While in the backend/ run sqlx database setup to get your DB setup
  • While in the project root run ./run_baing.sh to build and run backend & frontend
  • Assuming you've left everything default navigate to (http://localhost:8080/) to create a user.
  • Add a TMDB API Key to your profile
  • Start discovering new content!

Want to contribute?

Please feel free to open a ticket, create a fork, or make a pull request. I'm always open to suggestions and recommendations for new features.

Happy watching!