Skip to content

ap211unitech/MERN-Social-Developer-Connector-Website-

Repository files navigation

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

About

Social network app that includes authentication, profiles and forum posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages