Cookiecutter Django Rest

Build best practiced apis fast with Python3
Alternatives To Cookiecutter Django Rest
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Cheatsheets34,597
8 days ago88mitJavaScript
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Plane16,358
12 hours ago216agpl-3.0TypeScript
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
Cookiecutter Django10,863
115 hours ago5January 15, 201895bsd-3-clausePython
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Recipes4,339
2 days ago264otherHTML
Application for managing recipes, planning meals, building shopping lists and much much more!
Linkding4,038
19 hours ago74mitPython
Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
Viper3,281
2 days ago3bsd-3-clause
Redteam operation platform with webui 图形化红队行动辅助平台
Gerapy3,075
85 days ago49July 19, 202360mitPython
Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js
Ownphotos2,687
10 months ago90mitJupyter Notebook
Self hosted alternative to Google Photos
Django React Redux Base2,619
2 years ago23mitJavaScript
Seedstars Labs Base Django React Redux Project
Shynet2,557
a day ago40apache-2.0Python
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Alternatives To Cookiecutter Django Rest
Select To Compare


Alternative Project Comparisons
Readme

cookiecutter-django-rest

cookiecutter-django-rest

a factory for building bleeding edge, best practiced, scalable, rest apis

Build Status Dependencies Python 3

You need to make a scalable api on a deadline. You deeply care about the quality of your work. cookiecutter-django-rest takes care of the details 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. Just add your own resources to the api and start shipping. ✨ 💅

Highlights

  • Modern Python development with Python 3.8+
  • Bleeding edge Django 3.0+
  • Fully dockerized, local development via docker-compose.
  • PostgreSQL 11.6+
  • Start off with full test coverage and continuous integration.
  • Complete Django Rest Framework integration
  • Always current dependencies and security updates enforced by pyup.io.
  • A slim but robust foundation -- just enough to maximize your productivity, nothing more.

Quick Start

Install cookiecutter:

brew install cookiecutter

Scaffold your project:

cookiecutter gh:agconti/cookiecutter-django-rest

Scaffolding

Example of the result: agconti/piedpiper-web

Try creating a user!

curl -d '{"username":"'"$RANDOM"'", "password":"test", "email":"[email protected]", "first_name":"test", "last_name":"user"}' \
     -H "Content-Type: application/json" \
     -X POST https://piedpiper-prod.herokuapp.com/api/v1/users/
Popular Docker Projects
Popular Django Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Docker
Django
Rest
Rest Api