Skip to content

drf-quickstart is an open-source project that simplifies setting up Django and Django Rest Framework (DRF) projects. Avoid the tedious configuration of MySQL, JWT authentication, DRF, filters, and Docker. Get your Django + DRF project up and running quickly and easily.

License

Notifications You must be signed in to change notification settings

shawn-bluce/drf-quick-start

Repository files navigation

drf-quick-start

This repository is a scaffold for Django and RESTapi.

Basic Tech Stack

  • Python 3.11
  • Django 4.x
  • Django REST framework
  • Django filter
  • MySQL 8

build docker image

docker build . -t <YOUR IMAGE NAME>

deploy

  • MUST MODIFY YOUR PASSWORD ON docker-compose.yml AND settings.py
  • MUST MODIFY YOUR PASSWORD ON docker-compose.yml AND settings.py
  • MUST MODIFY YOUR PASSWORD ON docker-compose.yml AND settings.py

About

drf-quickstart is an open-source project that simplifies setting up Django and Django Rest Framework (DRF) projects. Avoid the tedious configuration of MySQL, JWT authentication, DRF, filters, and Docker. Get your Django + DRF project up and running quickly and easily.

Topics

Resources

License

Stars

Watchers

Forks