Final Project for CS 157A
- git clone https://github.com/Polfish/CS-157A-Final-Project
- docker compose build
- docker compose up
- docker exec -it cs-157a-final-project-db-1 (the name might be something else check with
docker ps
!) bash - mysql -p (password is
example
) - Now, you should be in the mysql database!
- docker exec -it cs-157a-final-project-db-1 (the name might be something else check with
docker ps
!) bash - ./test.sh
- You should be able to see some output.