Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 434 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 434 Bytes

Readable

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.

Installation Guide

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