Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falkben/movies_from_a_hat
https://github.com/falkben/movies_from_a_hat
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/falkben/movies_from_a_hat
- Owner: falkben
- License: mit
- Created: 2022-11-03T04:26:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T16:40:19.000Z (3 months ago)
- Last Synced: 2024-08-05T19:36:06.539Z (3 months ago)
- Language: Python
- Size: 544 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movies From A Hat
Tool to select a random movie to watch.
## Related Project
The [prior project](https://github.com/MoviesFromAHat/MoviesFromAHat.github.io/) uses a static list of movies uploaded as data to it's GitHub repo, and generates a static site to choose movies from.
This project endeavors to be more dynamic, by utilizing a database to allow for users to:
- easily modify the movie list
- form user groups
- create custom sets of movies to choose from
- come up with their own rules for movie inclusion## Frontend
[README](ui/README.md)
## Backend
[README](api/README.md)