/Developer-connector-Reactjs-Nodejs

This app is for developers to add their profile with experience and education, post , comments. This app is designed with MERN stack

Primary LanguageJavaScript

DevConnector

Social network for developers to make profile and share post

This is a MERN stack application from the "MERN Stack Front To Back". It is a small social network app that includes authentication, profiles and forum posts.

This is HomeScreen of the DevConnector. Alt Text

Sign in page. Alt Text

Sign up page. Alt Text

Dashboard page. Alt Text

Post page. Alt Text

Profiles page. Alt Text

Night Mode. Alt Text


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

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


App Info

Author

Anuj Bansal

Version

1.0.0