Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

a simple todo application written in Django and DRF support multi-tenants schema database, the UI is written using ReactJS
https://github.com/majid-cj/django_tenant_react

audit-log django django-rest-framework django-tenants docker docker-compose multitenancy multitenant-applications reactjs redux todo

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://docs.docker.com/install/).
they should be pretty simple :)

**installing docker-compose 🚢**

follow the steps [here](https://docs.docker.com/compose/install/)

**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 😁