- Python 3
- SQLite3
- Clone the repository
- Open a terminal in that directory
- Create a virtual environment (recommended)
- Install the requirements:
pip install -r requirements.txt - Run migrations:
python manage.py migrate
python manage.py runserver
Go to https://localhost:8000/api/schema/swagger-ui/ to see the API schema
Go to https://localhost:8000/admin/ for admin site