Skip to content

asad1996172/Developers-Social-Media

Repository files navigation

Coders Media

Demo

Tool Demo

Setup Demo

Video Instructions to Run Code

This Web application contains the following functionalities:

  • Guest page showing a list of all developers
  • Sign In/ Sign Up
  • Creating Developer Profile
  • Adding educations
  • Adding work experience
  • Adding post and commenting
  • Like and Unliking post

Installing Node Dependecies

Run the following to install all required node dependencies

npm i express express-validator bcryptjs config gravatar jsonwebtoken mongoose request
npm i -D nodemon concurrently
npm i axios react-router-dom redux react-redux redux-thunk redux-devtools-extension moment react-moment uuid

How to Run

  1. Make sure MongoDB is installed and running on your system
  2. Clone this repo git clone https://github.com/asad1996172/Developers-Social-Media
  3. Update .env.test with the env vars and rename it to .env
  4. Run server using npm run server
  5. Run client using npm run client