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.
cd api-server
npm install
cd frontend
npm install
cd api-server
node start
cd frontend
npm start
This project uses Material-UI.