My reading is a web application for content and comments. The app allows users to post content in pre-defined categories, comment on their own and other users' posts, and vote on posts and comments. Users can edit and delete posts and comments.
ATTENTION, from the root of the project, do:
cd back-end\
npm install
npm start
AFTER starting back-end, let's go to front-end, then do:
cd front-end\
npm install
npm start
Go to http://localhost:3000.