Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 696 Bytes

File metadata and controls

41 lines (28 loc) · 696 Bytes

Social network for developers

This is a MERN stack application. It is a small social network app that includes authentication, profiles and forum posts.

Quick Start 🚀

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

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

See Live

https://salty-dawn-13486.herokuapp.com/

Author

Arjun Porwal