Skip to content

A social network for developers using MERN stack to implement.

Notifications You must be signed in to change notification settings

lenghia241/developer-social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Social Network

Devnet - A social network for developers using MERN stack to implement.

Live version: https://devnet-niko.herokuapp.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

First you need to clone the project and run

npm install

in the initial project folder for back end dependencies install and also in the client for front end dependencies

After that run command

npm run dev

to start the back end and front end server. Client server run in http://localhost:3000/ and back end server in http://localhost:5000/

Built With

Usage

  • Users can see the list of the developers registered in the Developers tab along with their profile and their skills set.
  • Users need to login or register a new account using their email. To get the avatar that shows in the app and profile, user need to have a Gravatar.
  • After logging in there are 2 tabs in the navigation which are Dashboard - for managing profile and experiences/education showcase, Post feed - for seeing people posts, User can like or dislike and comment to the post.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details