A Platform for making E-Learning Accessible. It's a web application with a motive to make the online content accessible to everyone and also helps in tracking the daily tasks completion.
To run this project, you will need to add the following environment variables to your .env file
First in your server .env file
MONGO_PASSWORD SALT_ROUNDS JWT_SECRET CLOUD_NAME API_KEY API_SECRET
Then in your client .env.local file
REACT_APP_BASE_URL
To deploy this project run
npm run deployThe Project is deployed on the following URL
https://code-clubs.netlify.app
Client - Netlify
Server - Render
Client: React, React-Bootstrap
Server: Node, Express, MongoDB
Clone the project
git clone https://github.com/Aaditya1978/E-Learning-PlatformGo to the project directory
cd E-Learning-PlatformTo Run Server
Install dependencies
npm installStart the server
npm run devTo Run Client
Install dependencies
npm installStart the client
npm start- Live tracking of tracks and videos
- Supports Code Editor
- Tracking of various competitions and hackathons
- Admin Page for adding and updating courses
Contributions are always welcome!




