karangondaliya / Appademia

Faculty & Student Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appademia - Student Management System

Appademia is a web-based Student Management System built using Django. It provides a platform for managing courses, students, attendance, results, and more.

Features

  • 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.

Installation

  1. Install Django
    pip insatall Django
  2. Clone the repository:
    git clone https://github.com/your-username/Appademia.git
          cd Appademia
  3. Run migrations Command:
    python manage.py migrate
  4. Start the development server:
    python manage.py runserver
  5. Access the application at http://localhost:8000/

Usage

  • Log in with the Following credentials to access the admin panel. admin@email.com
    admin@123
  • From the admin panel, you can manage courses, students, attendance, results, and documents.

Technologies Used

  • Django
  • HTML/CSS
  • JavaScript
  • Bootstrap
  • SQLite

About

Faculty & Student Management System


Languages

Language:JavaScript 91.3%Language:CSS 5.7%Language:HTML 2.1%Language:Python 0.7%Language:Less 0.2%