Skip to content

Boiler plate for creating API's with Django Rest Framework.

Notifications You must be signed in to change notification settings

GurungAman/django-rest-boilerplate

Repository files navigation

django-rest-boilerplate

Boilerplate for creating RESTful APIs with Django Rest Framework.

  • docker-compose -f docker-compose.dev.yml up --build

To create requirements.txt:

  • Run : pipenv lock -r > requirements.txt