A social network app for developers, in which developers can interact , post, comment and like other developers profiles as well as their posts.
https://singhrao-dev-connect.herokuapp.com/
- Backend API with Node.js & Express with CRUD operations on MongoDB
- Authentication using JWT
- React Frontend
- Redux State management
- Like, comment, post, create profile.
To run this project, you will need to add the following environment variables to your config/default.json file
"mongoURI": "hfjdshfkhkadjghkaghkaghkaghdkghk"
"jwtSecret": "hfjdshfkhkadjghkaghkaghkaghdkghk"
"githubToken": "hfjdshfkhkadjghkaghkaghkaghdkghk"
Install Server dependencies
npm install
Install Client dependencies
cd client
npm install
cd back to root and Run
cd ../
npm run dev
Client: React, Redux, SCSS
Server: Node, Express
Database: MongoDB