Skip to content

dennismende/reactnd-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Udacity React Nanodegree: Second Exam - React Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published