Skip to content

jeansolis/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable Project

This is the final project for the final assessment project for Udacity's Redux course from the React Nanodegree Program. It's a content and comments web app.

Users of the app are able to:

  • Post contents to predefined categories.
  • Comment on their posts and other user's posts.
  • Vote on posts and comments.
  • Edit and delete posts and comments.

This repository includes the code for the backend API Server and the code for the frontend application that will interact with the backend API server.

Start and Launch the project

To get started right away:

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • Install and start the front end application
    • cd frontend
    • npm install
    • npm start

API Server

Information about the API server and how to use it can be found in its README file.

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 6.4%
  • HTML 2.4%