Skip to content

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.

Notifications You must be signed in to change notification settings

pvfarooq/college-management-tenant

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages