toanant / cookiecutter-django-rest

For creating REST apis for mobile and web applications.

Home Page:http://agconti.github.io/cookiecutter-django-rest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-django-rest

Build Status

For creating REST apis for mobile and web applications.

Overview

This cookiecutter template takes care of the setup and configuration so you can focus on making your api awesome. Scaffolding a project takes seconds and it gives you authentication, user accounts, and the docs and tests to support them. After that, just add your own resources to the api and start shipping.

This project gives you a solid foundation for your api to mature by baking in things like asynchronous queueing, image optimization, and application monitoring.

Quick Start

Install cookiecutter:

pip install cookiecutter

Scaffold your project:

cookiecutter gh:agconti/cookiecutter-django-rest

Scaffolding

Example of the result: https://github.com/agconti/piedpiper-web

Features

Contributing

Want a new feature? Open an issue and let's chat! Find a bug? Submit a Pull Request!

This project adheres to the Contributor Code of Conduct.

About

For creating REST apis for mobile and web applications.

http://agconti.github.io/cookiecutter-django-rest/

License:MIT License


Languages

Language:Python 100.0%