This is the semester project for CSCI 226 Advanced Databases.
This project is built using Docker. Once Docker is installed:
- Build the container
docker-compose build - Run the container
docker-compose up - Connect to the database using
localhostas the server name. The username and password aresaandCh@ngeM3respectively. This can be changed incompose.yaml. - To stop the container
docker-compose down