8000 GitHub - mpcarolin/reelgroove: Go/Templ/HTMX Web App for finding a good movie to watch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mpcarolin/reelgroove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReelGroove

screenshot

Instructions to Run

  1. Install docker with docker-compose
  2. Request a free dev TMDB api key here
  3. Create a .env file in the server folder. It only needs one entry:
TMDB_API_KEY=<your api key here>

This file is gitignored

  1. Run the compose services with docker compose up -d
  2. Visit http://localhost:8080/search

Future Features

  • Persist redis so that cached data isn't lost when redis dies
  • Add support for user profiles, sign-ups and sign-in, to save liked movies for later review
    • Also implies will need to add db
  • While watching one reel, allow user to start a new reel from any movie in the current one
  • Allow users to build their OWN reels. Have a search / categorization / sharing / discovery page for this.
  • Start random reels from genres
  • Maybe some more info about reel's base movie and current trailer
  • Add logic to fetch more pages of data from TMDB for longer reels
  • Improved summary page (more info, more to do?)
  • Better error handling
  • Logo
  • Better TMDB and JustWatch attribution with logos
  • Maybe consider different word than "reel", might be confusing with instagram...
  • Add support for TV shows

About

Go/Templ/HTMX Web App for finding a good movie to watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0