Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 360 Bytes

saasinit

A helpful boilerplate for SaaS application w/ multi-tenant and JWT Authentication(Auth0) using DRF(Django REST Framework)

Installation

git clone https://github.com/mzntaka0/saasinit.git ./${project_name}
cd ${project_name}

Install dependency

pip install pipenv
pipenv install

Use Docker

docker-compose up -d --build