Frontend website for the Military Credit Equivalency project
- Navigate to the
www
directory - Run
python3 manage.py migrate
- Run
python3 manage.py runserver
- Open a browser and then go to
127.0.0.1:8000
- To build the container run
docker-compose build
**This only needs to be ran when you changerequirements.txt
,compose/webserver/Dockerfile
, ordocker-compose.yml
- To run the Django server run
docker-compose up