Classify is a modern classroom + social platform hybrid, rebuilt from the ground up using Nexios β a lightweight, high-performance ASGI framework designed for speed and simplicity.
This repo contains the backend API for the Classify platform, serving endpoints for classroom management, assignments, notifications, user authentication, and social features.
- β‘ Blazing fast API with Nexios π
- Framework: Nexios
- Auth: Custom JWTAuthBackend
- Database: PostgreSQL
- Real-time: nexios-websocket
- Others: Pydantic (for validation), Uvicorn, etc.