Skip to content

alandickinson/reactnd-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Nano-degree Project 2: Readable

This is a content and comment web app built as part of Udacity's React Nano-degree program. 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.

This repository includes the code for the backend API Server that is used to develop and interact with the front-end portion of the project.

Installation

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • Install and start the frontend app
    • cd frontend
    • npm install
    • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published