Skip to content

A django-rest-framework template for creating Software-as-a-Service applications

License

Notifications You must be signed in to change notification settings

navneet35371/drf-saas-starter

 
 

Repository files navigation

unicorn.supplies Build Status

drf-saas-starter

This is work in progress and not ready for production yet

Basic idea

  • Helps a project kickoff with ALWAYS needed services (asynchronous tasks, Websockets, mail sending, cache, error handling etc.)
  • The added apps are pretty modular and can be turned on / off or configured on the fly
  • Requirements: Uses Django 1.10.x and Python 3.6.x

Features

Documentation

Read our documentation at ..

Local setup

Download & install the Docker Community edition

Run the following commands, it will build & start the needed containers (Django, Worker, Postgres DB, Redis, Mailhog):

$ cp .env.example .env
$ docker-compose build
$ docker-compose up

Open your browser and go to http://localhost:8000/

Deployment

Deploy

About

A django-rest-framework template for creating Software-as-a-Service applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.2%
  • CSS 16.2%
  • HTML 10.7%
  • Makefile 1.1%
  • Other 1.8%