Skip to content

nhennigan/FYP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands to get up and running

docker-compose build --no-cache
docker-compose up 

add -d if you want to run in the background

docker-compose down -v

If you want to bring down all the containers completely. Good for reseting the database / updating the schema

To get into the database container

docker exec -it container_name mysql -uroot -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published