Coder Social home page Coder Social logo

tausifansari / edusphere-lms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aamirfarookh/edusphere-lms

0.0 0.0 0.0 309 KB

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.

Home Page: https://eduspherelms.netlify.app/

JavaScript 0.21% Python 18.48% TypeScript 14.79% CSS 1.65% HTML 64.86%

edusphere-lms's Introduction


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


edusphere-lms's People

Contributors

aamirfarookh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.