Candyshop management system Django+mysql+vuejs web app
create virtual env
- Install dependencies
- launch DB
- run python manage.py runserver
- run python manage.py makemigrations candyshop
- run python manage.py migrate candyshop
- open ui/index.html
run docker-compose up -d --build ensure django accessible in 127.0.0.1:8000
run docker-compose exec web python manage.py makemigrations candyshop run docker-compose exec web python manage.py migrate candyshop open ui/index.html
Known issues: django cant connect to postgres because it is in process of creation As a solution restart django container