Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 828 Bytes

reactnd-readable

Udacity React Nanodegree: Second Exam - React Redux

  • Create, update, delete posts
  • Create, update, delete comments
  • Up and downvote comments and posts
  • Search for posts by category
  • Sorting of posts by creation time and score

frontend has been built with:

frontend

install dependencies

  1. navigate to root directory
  2. yarn install

start frontend server

  1. navigate to root directory
  2. yarn start

api server

install dependencies

  1. cd api-server
  2. yarn install

start api server

  1. cd api-server
  2. node server

Information regarding the api server usage can be found at api-server/README.md