/redable

Primary LanguageJavaScript

Readable

This is the the final assessment project for Udacity's Redux course. 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.

Up and Running

To get start the application:

  • Install and start the API server

    • cd api-server
    • yarn
    • yarn start
  • Install and start the frontend

    • cd frontend
    • yarn
    • yarn start