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.
- 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
- Django
- Django Rest Framework
- Postgresql
- Docker
- Docker Compose