Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 761 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 761 Bytes

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