A content and comment web app.
Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments.
- Clone or download repository
- Install backend server dependencies and start backend server
cd server
npm install
npm start
- Install client dependencies and start server
cd client
npm install
npm start
- Open browser at http://localhost:3000
Only client is implemented by me. Backend server was provided by Udacity and can be found here: https://github.com/udacity/reactnd-project-readable-starter