To run the application, run these commands:
docker compose build
docker compose up
Go to localhost:5000
For Windows:
docker-compose build
docker-compose up
Go to the mysql/sql-scripts/CreateTable.sql and read the sql command to see what data is added.
to look at DB:
docker exec -it corkboardit_db_1 mysql -p -e 'SELECT * from users;' cs6400_fa18_team074