A comprehensive Enterprise Resource Planning (ERP) system designed for educational institutions to streamline administrative and academic processes efficiently.
- ⚛ React.js – Modern UI framework
- 🎨 Material UI / Bootstrap CSS – Sleek and responsive design
- 🏪 Redux Toolkit – State management made easy
- ✅ React Hook Form + Yup – Form validation & handling
- 🔗 Axios – Simplified API communication
- 🔐 JWT Authentication – Secure user authentication
- 🤖 GitHub Copilot – AI-powered code assistance
- 🐍 Django – Scalable and robust backend framework
- 🌐 Django REST Framework (DRF) – API development
- 🔑 Knox Token Authentication – Enhanced security
- ⚙ Celery – Asynchronous task processing
- 🛢 PostgreSQL – High-performance relational database
cd backend
python -m venv env
source env/bin/activate # For Windows: .\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runservercd frontend
npm install
npm start- 🔐 User Authentication & Authorization – Secure login & role-based access
- 📚 Academic Management – Course creation, syllabus tracking, grading
- 👨🏫 Faculty Management – Faculty profiles, assignments, and performance tracking
- 👨🎓 Student Management – Student profiles, records, and course enrollments
- 📝 Examination System – Conduct exams, auto-grading, and results
- 💰 Fee Management – Track payments, generate invoices, and manage dues
- 📊 Attendance System – Real-time attendance tracking for students & faculty
- 📁 Document Management – Secure storage & retrieval of academic records
- 📜 Transcript & Certificate Generation – Automated transcript & certificate issuance
- 📅 Event & Timetable Management – Create & manage schedules seamlessly
- 🔔 Notifications & Alerts – Keep users updated with real-time notifications
- 📊 Data Analytics Dashboard – Insights into student performance & institutional trends
For a detailed overview of features and API documentation, please visit our Wiki.
For any inquiries, feel free to reach out: 📩 Email: support@collegeerp.com 🌍 Website: SynchronikERP
Made with ❤️ by the Synchronik ERP Team