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