An E-Learning site for students to browse, purchase, and learn various courses. This platform provides an interactive environment for students to seek assistance from teachers, ask questions, and review their purchased courses.
The E-Learning platform allows students to explore a variety of courses, buy them, and access a full library of video lectures for learning. Students can also interact with instructors by asking questions on specific videos, leave course reviews, and access their purchased courses at any time. The platform offers secure payment options, authentication via Google, GitHub, or email, and includes an admin dashboard for course and user management.
- Course Display & Purchase: Browse all available courses and purchase securely using card payments through Stripe.
- Video Course Access: Access purchased courses and watch video lectures at any time.
- Q&A System: Ask questions on specific course videos and receive replies from the admin.
- Course Reviews: Leave reviews for courses to share feedback with other students.
- Authentication: Login and signup via Google, GitHub, or email/password.
- Admin Dashboard:
- Monitor users and courses
- Create and edit courses
- Respond to student questions
- Display charts and graphs for users, courses, etc.
- Receive notifications for key platform activities
To access the admin dashboard and explore its features, use the following credentials:
- Email:
admin@gmail.com
- Password:
123456
- Log in using the credentials above.
- Click on the Profile menu in the navigation bar.
- Select Admin Dashboard from the dropdown.
Feel free to log in and test the admin functionalities, including managing courses, users, and responding to student queries.
Include screenshots for the following:
- Frontend: Next.js, Redux Toolkit, NextAuth for authentication
- Backend: Express.js, Node.js, MongoDB
- Payments: Stripe integration for card payments
To set up this project locally:
Ensure you have Node.js and npm installed on your system.
git clone https://github.com/jeevan-2005/E-Learning.git
cd E-Learning
Frontend Setup:
- Navigate to the frontend folder::
cd lms_frontend
- Install dependencies::
npm install
- Set up environment variables in a .env.local file.
- Run the frontend::
npm run dev
- Build for Production: To create a production build of the frontend:
npm run build
Backend Setup:
- Navigate to the frontend folder::
cd lms_backend
- Install dependencies::
npm install
- Set up environment variables in a .env.local file.
- Run the frontend::
npm run dev
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.