E-commerce app build with django on the back-end and react on the front-end
It allows for login, users, roles and permissions; products, orders and cart.
$ docker-compose up
$ docker-compose exec admin_api sh
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py loaddata fixtures/filename.json