module
0.0.0-20250101193500-7fbece6b3e25
Repository: https://github.com/ctheil/pmdb-api.git
Documentation: pkg.go.dev
# README
PMDb Backend
Personal Movie Database Backend
Todo:
- Impl two token auth system
- Currently leverages Google oauth with a single access_token based system
- Need to revert back to the two token system (access and refresh)
- Add user selections to Database
- Tracking (want, seen, and like/dislike) // how to differentiate?
- Smart selections based on previously liked titles
- Filter out previously seen titles
- Look at time based looking at a specific title and use that to filter if it is seen again (how?)
- Store user lists and such ...