Appademia is a web-based Student Management System built using Django. It provides a platform for managing courses, students, attendance, results, and more.
- Course Management: Add, edit, and delete courses.
- Student Management: Manage student details, including personal information.
- Attendance Management: Keep track of student attendance for each course.
- Result Management: Enter and update student results for various courses.
- Document Upload: Upload and manage course materials and documentation.
- Install Django
pip insatall Django
- Clone the repository:
git clone https://github.com/your-username/Appademia.git cd Appademia
- Run migrations Command:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application at
http://localhost:8000/
- Log in with the Following credentials to access the admin panel.
[email protected]
admin@123 - From the admin panel, you can manage courses, students, attendance, results, and documents.
- Django
- HTML/CSS
- JavaScript
- Bootstrap
- SQLite