Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

DJ Rest API Boilerplate

A production-ready boilerplate for Django REST APIs with custom User model, WebSockets and async task support via Celery.

Features

  • Django REST Framework: For building robust APIs quickly.
  • WebSockets: Real-time support via Django Channels.
  • Async Tasks: Background job processing (Django-Celery).
  • Authentication: Pre-configured normal & social auth modules.
  • Modular Design: Clean, scalable project structure.

Quick Start

  1. Clone the repo:

    git clone [https://github.com/pyserve/dj-rest-api.git](https://github.com/pyserve/dj-rest-api.git)
    cd dj-rest-api
  2. Setup environment & install dependencies:

    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  3. Migrate and run:

    python manage.py migrate
    python manage.py runserver

Your API is now live at http://127.0.0.1:8000.

About

Boiler plate setup for django rest api with websockets and async tasks support.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages