You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learnora - A modern e-learning platform backend built with Django, featuring real-time collaboration, AI-powered assistance, and comprehensive course management. Supports video classes, payment processing, and gamified learning experiences.
JobOps - Internal Operations Management System. A comprehensive Django-based system for managing internal operations through job flows, multi-step tasks, and equipment tracking.
📚 Library Management System API built with FastAPI — features JWT authentication, role-based access (Admin/User), and book borrowing/return management.
A Django & SQLite web app for efficient library management with role-based access for Admins, Librarians, Staff, and Customers. Features book tracking, task assignment, and reporting to streamline operations. Deployed on PythonAnywhere for easy access.
This project implements an authentication decorator to control user access levels in Python. Based on roles (Admin, Member, Guest), it determines whether a user is authorized to execute a function. 🚀🔒