You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a web platform which provides free learning contents to students around the world, with special attention to some of the most challenging educational environment.
Pre-Requisites
MongoDB
How to Install and run the application
Fork or Clone the application
Run npm install
Run cp sample.env .env to create the default variables and kindly fill them
Run npm run dev to start development server
Head over to your browser and enter localhost:<port>/easylearn to display the home page.
where <port> is the port number you specified in the .env variable setup
This is a web platform which provides free learning contents to students around the world, with special attention to some of the most challenging educational environment.