Home
Softono
django_tenant_react

django_tenant_react

Open source JavaScript
17
Stars
6
Forks
0
Issues
2
Watchers
1 year
Last Commit

About django_tenant_react

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

Platforms

Web Self-hosted Docker

Languages

JavaScript

Links

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 😁