- Python3
- Django, DRF
- HTML, CSS, Javascript
Screencast.from.06-01-2022.15_17_15.mp4
To quick run with docker:
docker-compose up -d
To create superuser
docker exec -it onlinestore_image bash
In bash:
python manage.py createsuperuser
After creating the superuser you should fill the database with django-admin