Skip to content

Latest commit

 

History

History
executable file
·
38 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
38 lines (23 loc) · 1.06 KB

Django Tenant React 🐍

this is a simple todo list application, written with django and django rest framework, support multitenancy and auditlog, and the front-end is written in ReactJS, and for the state management Redux and React Context API are used.

getting started 🚦

  • install docker
  • install docker-compose
  • clone the repo
  • initializing the app

installing docker 🐋

you can follow the steps here. they should be pretty simple :)

installing docker-compose 🚢

follow the steps here

clone the repo

git clone https://github.com/majid-cj/django_tenant_react.git

initializing the app 🔨

first you need to edit your hosts file in your machine add the following line.

127.0.0.1       djangotenant.com

whenever you create an account in order to access it you need to append the hosts file with following pattern

127.0.0.1       [account_username].djangotenant.com

docker-compose up

that's it 😁