https://github.com/pvfarooq/college-management-tenant
This repository contains the tenant-side application for managing college operations as part of a multi-tenant SaaS platform. Each college functions as an independent tenant, with its own dedicated database to ensure data isolation and security.
https://github.com/pvfarooq/college-management-tenant
crm django django-rest-framework docker docker-compose jwt management-system postgresql python3 unit-testing
Last synced: 2 months ago
JSON representation
This repository contains the tenant-side application for managing college operations as part of a multi-tenant SaaS platform. Each college functions as an independent tenant, with its own dedicated database to ensure data isolation and security.
- Host: GitHub
- URL: https://github.com/pvfarooq/college-management-tenant
- Owner: pvfarooq
- Created: 2023-12-26T13:49:46.000Z (over 1 year ago)
- Default Branch: staging
- Last Pushed: 2025-01-20T03:38:37.000Z (4 months ago)
- Last Synced: 2025-01-22T14:13:09.370Z (4 months ago)
- Topics: crm, django, django-rest-framework, docker, docker-compose, jwt, management-system, postgresql, python3, unit-testing
- Language: Python
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College Management System (Tenant Server)
## Description
This is a tenant server for the College Management System. It is a RESTful API server built using Django and Postgresql. It is designed to be used by multiple colleges as a tenant server. Each college will have its own database and will be able to access only its own data.## Features
- User Authentication
- User Authorization
- CRUD operations on the following resources:
- Students
- Faculty
- Courses
- Subjects
- Departments
- Classes
- Assignments
- Exams
- Results
- Attendance
- Timetable
- Events
- Holidays
- Announcements
- Fees
- Hostel
- User Profile
- Settings## Technologies
- Django
- Django Rest Framework
- Postgresql
- Docker
- Docker Compose