Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 722 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 722 Bytes

Readable: A content and comment web app

Readable is a content and comment app. Users can post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users can also edit and delete posts and comments.

To get started developing right away:

Testing

  • cd /frontend
  • npm run test

Important

Please find a more detailed Readme for frontend inside /frontend and backend inside api-server folder.