README.md
- Josh C Keller
- Sam R Ramos 02/16/24
- Katie N Cooper
- Daniel I Terreros
-
Head over to and download Docker
-
Using terminal,clone the main repository into whatever folder you will be using this command in terminal
- If this is a fresh download of the existing repo type
docker-compose build --no-cache
-
Type
docker-compose up. This will install current files, dependencies, virtual env, and django. May take a minute. -
Open a second terminal in visual studio code and follow these steps
docker-compose exec app bash<-This is gives you access to the container's file systempoetry shell<- This takes you to the commandline of the virtual environmentcd src<- Moves you into the django project itselfpython manage.py migrate<- Applies any migrations.
http://127.0.0.1:8000/ for index page
http://127.0.0.1:8000/matches to view matches with suite availability
http://127.0.0.1:8000/api for clickable API