boilerplate-django-rest-api 0.8.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

boilerplatedjangorestapi 0.8.0

Boilerplate Django Rest API
Django app build with rest api package such as DjangoRestFramework.
Detailed documentation is in the "docs" directory.
Quick start

Add "boilerplate_django_rest_api" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'boilerplate_django_rest_api',
]


Include the polls URLconf in your project urls.py like this::

path('rest/', include('boilerplate_django_rest_api.urls')),



Run python manage.py migrate to create the polls models.


Start the development server and visit http://127.0.0.1:8000/admin/
to test the rest (you'll need the Admin app enabled).


Visit http://127.0.0.1:8000/rest/ to test the rest api

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.