Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 412 Bytes

Django/React Template

Django & ReactJS template using docker-compose for local development.

Features

  • Poetry
  • Postgres
  • JWT Authentication
  • Tailwind CSS

Usage

# 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