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

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.

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