This is an e-learning platform built with Next.js. The platform allows users to browse and enroll in various courses, and provides features for course management, user authentication, and more.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- User Authentication
- Course Management
- Payment Integration
- Content Delivery
- User Roles (Teachers and Students)
- Analytics
- Notifications
- Reviews and Ratings
- Responsive Design
- Clone the repository:
git clone https://github.com/deanurag/e-learning-platform.git
cd e-learning-platform- Install Dependency
cd server
npm install
cd client
npm install
yarn install - Start Development Server
cd client
npm run dev
cd server
npm run dev



