This project aims to provide a Resources-Hub to users letting them upload, share , and acess educational articles, documents etc.
https://uplift-education-hub.herokuapp.com/
-
Clone this repo:
git clone <https://github.com/blitz450/nodejs.git>
cd to-the-folder-you-cloned
-
Install npm packages:
npm install
-
Connect with a local mongoDB server and start the app.
npm run start
-
Open browser and visit http://localhost:3000/
The participants can voulenteer to work on any unassigned issue. If there are still any unassigned issues left, the mentors will assign it to the participants randomly.
After you are assigned an issue, go through the CONTRIBUTING.md file for the contributing workflow.