Skip to content

sabujhasansarker/Dev-Connector-2.0

Repository files navigation

Dev Connector

Dev connactor

This is my 2nd MERN project .

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>",
  "jwtSecret": "secret",
  "githubClientId": "<githubClientId>",
  "githubSecret" : "<githubSecret>"
}

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

Live

Dev-connactor 2.0