This repository houses the files for the CS665 final project.
This database is for a music and podcast library, similar to Spotify or Apple Music.
Requirements:
- make
- docker
- mysqldump
Build:
make build
Run:
make run
Seed:
make seed
See the queries
folder for commonly used queries. Just change the variable at the top of
each file for the user ID you are interested in.