Skip to content

a simple todo application written in Django and DRF support multi-tenants schema database, the UI is written using ReactJS

Notifications You must be signed in to change notification settings

majid-cj/django_tenant_react

Repository files navigation

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 😁

About

a simple todo application written in Django and DRF support multi-tenants schema database, the UI is written using ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published