This is a Elearnign Website. I have used vimeo for video hosting and Instamojo for payment gateway.
You need to install the following:
Express Js, MongoDb, Node.js.
To run the application
cd Elearning_nodeJs
npm install
How to add courses??
Add description and Links in the product-seeder.js file in "seed" folder
cd seed
node product-seeder.js
After adding the courses from the seed file
Run npm start
API's used
User authentication is done using Passport.js
Payment gateway using Instamojo
Video embed using Vimeo