It is a E-Learning website which provides functionality of registering in any course and watch its related videos and many other features such as Admin Panel, Instructors related functions etc.
# clone repository
https://github.com/Aaryan0424/EduMe-E-Learning-Platform.git
# Install dependencies
cd E-Learning-MERN && npm install
cd E-Learning-MERN && cd client && npm install
To run the development server:
```bash
# the development server runs on port 3000
npm run dev
To run production build:
# create code bundle
npm run build
# run production server
npm run prod