Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cheatsheets | 34,597 | 8 days ago | 88 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Plane | 16,358 | 12 hours ago | 216 | agpl-3.0 | TypeScript | |||||
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. | ||||||||||
Cookiecutter Django | 10,863 | 1 | 15 hours ago | 5 | January 15, 2018 | 95 | bsd-3-clause | Python | ||
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. | ||||||||||
Recipes | 4,339 | 2 days ago | 264 | other | HTML | |||||
Application for managing recipes, planning meals, building shopping lists and much much more! | ||||||||||
Linkding | 4,038 | 19 hours ago | 74 | mit | Python | |||||
Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker. | ||||||||||
Viper | 3,281 | 2 days ago | 3 | bsd-3-clause | ||||||
Redteam operation platform with webui 图形化红队行动辅助平台 | ||||||||||
Gerapy | 3,075 | 8 | 5 days ago | 49 | July 19, 2023 | 60 | mit | Python | ||
Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js | ||||||||||
Ownphotos | 2,687 | 10 months ago | 90 | mit | Jupyter Notebook | |||||
Self hosted alternative to Google Photos | ||||||||||
Django React Redux Base | 2,619 | 2 years ago | 23 | mit | JavaScript | |||||
Seedstars Labs Base Django React Redux Project | ||||||||||
Shynet | 2,557 | a day ago | 40 | apache-2.0 | Python | |||||
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. |
a factory for building bleeding edge, best practiced, scalable, rest apis
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. ✨ 💅
Install cookiecutter:
brew install cookiecutter
Scaffold your project:
cookiecutter gh:agconti/cookiecutter-django-rest
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/