You will need npm to run this. Once you have npm go to the directory of the package.json and run
npm install
This app is live at https://floating-fjord-11218.herokuapp.com/. You can use the following credentials:
Username: user1 Password: password123!
This is a MERN application developed with CRUD functionality. Users are able to sign-up and log in. If they are not logged in they can view blogs but once logged in they are able to view blogs, create blogs, like blogs, view users, and make comments. The frontend is done with React Bootstrap as well as Toastify for the toasts.
The frontend of this application can be found at: https://github.com/S-Makrod/BlogAppFrontend.