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.
- 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.
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.
- Students API:
/api/students/
- Instructors API:
/api/instructors/
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.
-
Clone the repository:
git clone https://github.com/yourusername/EduSphere-LMS.git cd EduSphere-LMS
-
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
-
Frontend Setup (Angular):
- Install frontend dependencies using npm.
- Start the Angular development server.
cd Frontend/edusphere_project npm install ng serve
-
Access Edusphere in your web browser: http://localhost:4200
- Signup: Create an account as a student or instructor.
- Login: Sign in with your credentials.
- Dashboard: Explore your personalized dashboard.
- Courses: Access and enroll in courses.
- Assignments: View and submit assignments.
- Announcements: Stay updated with course announcements.
- Department Management: Administer courses and students by departments.
We welcome contributions! Please follow our Contribution Guidelines to get started.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Special thanks to all our contributors.
- Inspired by the need for a modern Learning Management System.
Have questions or suggestions? Feel free to contact us at [email protected].