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 installcd frontend
npm installcd api-server
node startcd frontend
npm startThis project uses Material-UI.