Hacklights a clone of HackerNews setting up local env python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python manage.py runserver Documentation After setting up the local environment and starting the development server, Swagger docs are avaialable at localhost:8000/docs