This application is made using React and Redux. Users can post content to categories, comment on posts, and vote on posts and comments. Users can also to edit and delete posts and comments.
To setup the project:
- Install and start the API server
cd api-server
npm install
node server
- In another terminal window,
cd Readable
npm install
npm start