VidhyaSrot is an online education courses website.
- Create your own account and login, fully secure.
- Choose from a wide variety of courses
- Filter courses by tags
- Search for a particular course
- View all courses by a particular instructor
- Enroll in any course you wish to
- View all your enrolled courses in your profile
- View course ratings and leave a review
- Live Video Calling for instructor to meeting with student
- NodeJS
- Express
- MongoDB
- HTML
- EJS
- CSS
- JavaScript
Note: To run this app locally, MongoDB must be installed on the system
- Clone this repo
git clone https://github.com/arpit8929/VidhyaSrot.git
- Navigate to the project folder
cd VidhyaSrot
- Install dependencies
npm install
- Start the server (requires MongoDB as mentioned before)
npm start
(On starting, there will be no courses since a new local database will be created. You may create accounts and add courses to check out the full functionality of the application. )