This is the CS-GY 6083 Principles of Database Systems final project for the 2022 Fall semester. We will built a library management system with Django, MySQL, and Docker.
-
Install OS-specific MySQL driver, for macOS use
homebrew:brew install mysql
-
Run docker compose at project root
docker compose up
-
Open localhost:8000 in browser