Skip to content

malave/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable

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.

Quick start

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:

Install

$ yarn install

Run

$ yarn start

API docs

For more detailed information of the API endpoints look here : /api-server/README.md

Authors

  • Luis Malavé - Initial work - malave

License

This project is licensed under the MIT License

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 1.6%
  • CSS 1.1%