Readable is a content and comment web app. Users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.
https://commentable.herokuapp.com/
This project uses the following API Readable API Server.
cd backend
npm install
node server
This project was bootstrapped with Create React App.
cd frontend
npm install
npm start