This is a single page web app where you can add posts, like or dislike them, comment on the post. This is made using React and Redux is used for storing the state of the app.
To run locally on your PC:
-
First clone
-
Install and start the API server
cd api-servernpm installnode server
-
In another terminal window, follow the commands
cd frontendnpm installnpm start