Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/majid-cj/django_tenant_react
- Owner: majid-cj
- Created: 2021-01-30T19:26:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T08:14:41.000Z (about 1 month ago)
- Last Synced: 2024-12-07T09:18:59.512Z (about 1 month ago)
- Topics: audit-log, django, django-rest-framework, django-tenants, docker, docker-compose, multitenancy, multitenant-applications, reactjs, redux, todo
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😁