Skip to content

sabujhasansarker/volunteer-network

Repository files navigation

Boilerplate

Boilerplate for easy to work

Changes to GitHub API authentication

It would also be worth adding your default.json config file to .gitignore If git has been previously tracking your default.json file then...

git rm --cached config/default.json

Quick Start rocket

Add a default.json file in config folder with the following

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>"
}

Install server dependencies

npm install or npm i

Install client depandencis

cd client and npm install or npm i

Run both Express & React from root

npm run dev

Check in browser on http://localhost:5000/


App info

Author

Sabuj Hasan Sarker

volunteer-network