Skip to content

This is for simple developer social media project using MERN & I am following a traversy media tutorial

Notifications You must be signed in to change notification settings

sabujhasansarker/Dev-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Connector

social media for developers

This is a MERN stack appication follow Traversy Media MERN Project . It's small social networking application includes authentication, profiles and forum posts.

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

About

This is for simple developer social media project using MERN & I am following a traversy media tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published