- React
- Django and Django-rest-framework
- Docker
- Redux
- ...
Use Docker to install the project.
docker-compose up --buildWe need to run the migrations first:
docker exec -it backend pipenv run ./manage.py migrateYou can go to localhost:3000 and test the app.
docker exec -it backend pipenv run ./manage.py createsuperuser