All Projects → nishantwrp → drf-starter-template

nishantwrp / drf-starter-template

Licence: other
DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config

Programming Languages

python
139335 projects - #7 most used programming language
Procfile
174 projects

Projects that are alternatives of or similar to drf-starter-template

Create React Redux App Structure
Create React + Redux app structure with build configurations ✨
Stars: ✭ 161 (+544%)
Mutual labels:  cors
Akka Http Cors
Akka Http directives implementing the CORS specifications defined by W3C
Stars: ✭ 234 (+836%)
Mutual labels:  cors
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (+48%)
Mutual labels:  django-rest-framework
Flusk
Boilerplate API on how to structure big Flask applications (includes SQLAlchemy, Docker, nginx)
Stars: ✭ 165 (+560%)
Mutual labels:  cors
Express Es6 Rest Api
🔋 Starter project for an ES6 RESTful Express API.
Stars: ✭ 2,401 (+9504%)
Mutual labels:  cors
Spring Boot Start Current
Spring Boot 脚手架 Mybatis Spring Security JWT 权限 Spring Cache + Redis
Stars: ✭ 246 (+884%)
Mutual labels:  cors
Cors Container
A CORS proxy in a container (Docker) for when you need to `Access-Control-Allow-Origin: *`!
Stars: ✭ 150 (+500%)
Mutual labels:  cors
heroku-lavalink
Deploy lavalink on heroku.
Stars: ✭ 46 (+84%)
Mutual labels:  heroku-deployment
Koa2 Cors
CORS middleware for koa2
Stars: ✭ 223 (+792%)
Mutual labels:  cors
penn-clubs
Official React-based website for Penn Labs' club directory and events listings.
Stars: ✭ 41 (+64%)
Mutual labels:  django-rest-framework
Aiohttp Cors
CORS support for aiohttp
Stars: ✭ 173 (+592%)
Mutual labels:  cors
Web Security Fundamentals
👨‍🏫 Mike's Web Security Course
Stars: ✭ 195 (+680%)
Mutual labels:  cors
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+880%)
Mutual labels:  cors
Cloudflare Cors Anywhere
CORS "anywhere" proxy in a Cloudflare worker. DEMO at: https://test.cors.workers.dev/
Stars: ✭ 162 (+548%)
Mutual labels:  cors
django-jsonapi-training
Columbia University IT developer training on using Django, REST and {json:api}
Stars: ✭ 25 (+0%)
Mutual labels:  django-rest-framework
Rust Webapp Starter
Rust single page webapp written in actix-web with vuejs.
Stars: ✭ 151 (+504%)
Mutual labels:  cors
Link Preview Js
Parse and/or extract web links meta information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.
Stars: ✭ 240 (+860%)
Mutual labels:  cors
web-ui
python+selenium+pytest+allure UI 自动化框架
Stars: ✭ 199 (+696%)
Mutual labels:  django-rest-framework
Paribhasha
paribhasha.herokuapp.com/
Stars: ✭ 21 (-16%)
Mutual labels:  heroku-deployment
Bus
Bus 是一个基础框架、服务套件,它基于Java8编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。
Stars: ✭ 253 (+912%)
Mutual labels:  cors

drf-starter-template

Awesome Made with love in India drf HitCount Latest release Last commit Downloads

An easy to use project template for small projects using Django Rest Framework.

Features

  • Ready to be deployed on heroku - Contains all the packages and configurations for deploying the project to heroku. You can just upload this project to heroku.

  • Swagger Schema Generator - Uses drf-yasg for generating Swagger Schema.

  • CORS - Preconfigured CORS to allow all hosts. Can be changed in the settings.py.

  • Token Auth - Configured Django Rest Framework for Token Authentication System.

Quickstart

Using this template

django-admin startproject --template https://github.com/nishantwrp/drf-starter-template/releases/download/v3.0/template.zip --name=Procfile  your_project_name .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].