Django & ReactJS template using docker-compose for local development.
- Poetry
- Postgres
- JWT Authentication
- Tailwind CSS
# start api/react/postgres services
docker compose up
# create a superuser
docker-compose exec api bash
poetry run python ./manage.py createsuperuser
# visit react app at http://localhost:3000 & login with username/password