MERNG Social Media
An application that allows users to post comments and like/comment on other users posts. This project is very simple in nature and is used as a means of further profression in learnings towards becoming a full stack developer.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Back-end:
npm install
Client:
cd client && npm install
In main directory
npm start
and
cd client npm start
localhost:3000