Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Professor-TA Connector (Django REST Framework Backend)

🚀 A backend system to help professors find and manage Teaching Assistants (TAs) for their courses.

full project can be found here https://github.com/SE402-G4/Software-Engineering-Project/tree/main

Features

Professor-TA Matching: Efficiently connect professors with qualified TAs based on course requirements.
Automated Workflow: Streamline TA hiring, assignments, and communication.
Role-Based Access: Secure endpoints for professors, TAs, and admins.
Scalable API: Built with Django REST Framework for robustness and flexibility.

Use Cases

  • Universities needing a structured TA allocation system
  • Professors searching for TAs with specific skills (e.g., grading, lab assistance)
  • Departments managing TA workloads and performance

Tech Stack

Backend: Django REST Framework
Database: PostgreSQL (default) / SQLite (dev)
Authentication: JWT (via SimpleJWT)
Deployment: Docker-ready

Installation

git clone https://github.com/yourusername/sama-backend.git
cd sama-backend
python -m venv venv
source venv/bin/activate  # Linux/Mac | venv\Scripts\activate for Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

API Documentation

http://127.0.0.1:8000/swagger/ image image image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages