Skip to content

This web application is designed to enhance the learning experience for students, instructors, and administrators within educational institutions. It provides a comprehensive solution for managing courses, assignments, academic interactions, and even integrates cutting-edge AI features to augment the learning journey.

Notifications You must be signed in to change notification settings

aamirfarookh/EduSphere-LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Edusphere - Learning Management System

Edusphere Logo

Edusphere is a robust Learning Management System built with Django and Angular, designed to streamline the education process. It provides a user-friendly platform for students and instructors to access courses, assignments, announcements, and more.

Features

  • User Authentication: Secure login and signup for students and instructors.
  • Personalized Dashboards: Customized dashboards for students and instructors.
  • Course Management: Access to course materials, assignments, and announcements.
  • Assignment Submission: Easy submission of assignments with tracking.
  • User Roles: Distinct functionalities for students and instructors.
  • Department Management: Organize courses and students by departments.

Backend (Django)

The backend of Edusphere is powered by Django and manages core entities and API endpoints. It includes entities such as students, instructors, courses, departments, assignments, submissions, and announcements.

API Endpoints

  • Students API: /api/students/
  • Instructors API: /api/instructors/

Frontend (Angular)

The front end of Edusphere is built with Angular and offers an intuitive user interface for students and instructors to interact with the system. It includes login and signup functionality, as well as personalized dashboards for each user type.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/EduSphere-LMS.git
    cd EduSphere-LMS
  2. Backend Setup (Django):

    • Create a Python virtual environment and activate it.
    • Install backend dependencies using pip.
    • Configure the database and environment variables.
    • Run the Django development server.
    cd Backend
    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    python manage.py migrate
    python manage.py runserver
  3. Frontend Setup (Angular):

    • Install frontend dependencies using npm.
    • Start the Angular development server.
    cd Frontend/edusphere_project
    npm install
    ng serve
  4. Access Edusphere in your web browser: http://localhost:4200

Usage

  1. Signup: Create an account as a student or instructor.
  2. Login: Sign in with your credentials.
  3. Dashboard: Explore your personalized dashboard.
  4. Courses: Access and enroll in courses.
  5. Assignments: View and submit assignments.
  6. Announcements: Stay updated with course announcements.
  7. Department Management: Administer courses and students by departments.

Screenshots

Contributing

We welcome contributions! Please follow our Contribution Guidelines to get started.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Special thanks to all our contributors.
  • Inspired by the need for a modern Learning Management System.

Contact

Have questions or suggestions? Feel free to contact us at [email protected].


About

This web application is designed to enhance the learning experience for students, instructors, and administrators within educational institutions. It provides a comprehensive solution for managing courses, assignments, academic interactions, and even integrates cutting-edge AI features to augment the learning journey.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published