Skip to content

RdotSilva/MERN-Social-Network-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN DevLink Social Network

DevLink is a full stack Social Network web application built to help developers link up with each other. Find someone to collaborate with, post a cool article, or even find candidates to hire for your next project.

Users can create an account and add a full profile/portfolio for others to view. Users can also create new posts in the feed and reply to other developers. Users can even add their GitHub username and have profile information automatically displayed using the GitHub API so others can see their latest work.

Live Demo: https://devlink-social-network.herokuapp.com/

Prerequisites

Users can view developer profiles without signing up, however if you would like to create a profile and view/make posts you will need to create a new account with your email and password.

Installation

  1. Install dependencies in main project folder.
npm install
  1. Install dependencies in client folder.
npm install

Running the servers

  1. Start nodemon dev server.
npm run dev

Built With

  • React
  • JavaScript
  • NodeJS
  • ExpressJS
  • MongoDB
  • Redux

APIs used

Screenshots

DevLink

License

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

About

Social network app built using MERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published