- API Endpoints written following the best practices.
- Common SignIN interface for Admin, Teachers and Students using a unique userID.
- JWT Authentication with complete integration of Refresh and Access tokens.
- Bulk Addition of users.
- PostgreSQL for the DB because of its open source nature and several useful features.
- Celery for background tasking (Sending Emails in the Backgroud).
- Redis to act as a broker and task queue.
- Gunicorn as the Application Server.
- Nginx for Load Balancing & Reverse Proxy.
- Is Deployed on Azure Virtual Machine (Ubuntu 20.04).
dhruv-goyal-10/ERP-Backend
This is backend for three-sided(Admin, Student & Teacher) college management system.
Python