Readable is a content and comment web app. 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.
The app consists of 2 parts, a frontend ./web-app
and a backend ./api-server
. Both need to be runing at the same time to make it work so you should run the folowing command on both folders:
$ yarn install
$ yarn start
For more detailed information of the API endpoints look here : /api-server/README.md
- Luis Malavé - Initial work - malave
This project is licensed under the MIT License