Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koladev32/django-auth-react-tutorial


https://github.com/koladev32/django-auth-react-tutorial

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# django-auth-react-tutorial

## Create a virtual environment

```shell
virtualenv --python=/usr/bin/python3.8 venv
```

## Install requirements

```shell
pip install -r requirements.txt
```

## Migrate and Start the server

```shell
python manage.py migrate
python manage.py runserver
```