React MERNStack Developers Connect

With MERN stack, building a web app on which users can post articles and like them

4
0
JavaScript

Developers Connect

This project is about sharing the posts, experience and their profiles with other people or developer.This will use Git open API to get profiles with other functionalities such as sharing profiles, thumbing up likes or dislikes and basic crud operations on the profile.

Techstack - MERN

What is the MERN Stack?

MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack.

MongoDB - document database

Express(.js) - Node.js web framework

React(.js) - a client-side JavaScript framework

Node(.js) - the premier JavaScript web server

How to execute

  • Go to /Client folder
  • npm install (install packages)
  • Go back to the project folder by typing cd…
  • npm run dev (which will run the server and the frontend)