django-react-session-auth icon indicating copy to clipboard operation
django-react-session-auth copied to clipboard

Django, React, Nginx

Session-based auth

Getting Started

$ docker-compose up -d --build
$ docker-compose exec backend python manage.py makemigrations
$ docker-compose exec backend python manage.py migrate
$ docker-compose exec backend python manage.py createsuperuser

http://localhost/