/django-rest-boilerplate

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

Primary LanguagePython

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