My Readable: A Content And Comment Web App
My second project in React Nanodegree Program. 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.
Getting Started
Installation
API Server
cd api-server
npm install
Web App
cd frontend
npm install
Starting the App
API Server
cd api-server
node start
Web App
cd frontend
npm start
Special Thanks
This project uses Material-UI.