Anantm007 / DevConnector

Social Network for developers created using the MERN stack.

Home Page:https://bit.ly/dcanant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevConnector

A minimalist social networking web app for developers built using the MERN stack. It was made as an attempt to master the MERN stack.

1. Clone the repo
2. cd DevConnector
3. npm install
4. make a .env file with the following keys: mongoURI, jwtSecret, githubClientId, githubSecret, EmailId, Password, Name
5. cd client
6. npm install
7. cd ..
5. npm run dev
6. Open the project on 127.0.0.1:3000

Features

  1. User signup/signin
  2. CRUD on Developer Profile including skills, experience, education location and latest Github repos
  3. Share posts (CRUD)
  4. Discussion on posts (comments)
  5. Welcome emails sent using nodemailer

Technology Stack

MERN stack
  • MongoDB
  • Express.js
  • React.js + Redux for state management
  • Node.js

Check out the deployed application at:

Resources / Credits

Contributiong

Feel free to fork this repo and raise an issue or submit a PR in case of any bugs.

About

Social Network for developers created using the MERN stack.

https://bit.ly/dcanant


Languages

Language:JavaScript 92.3%Language:CSS 7.1%Language:HTML 0.7%