Skip to content

matsgm/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable

Codacy Badge Build Status Greenkeeper badge

This is the final assessment on Udacity's Redux course. It is a fork of Udacity's starter project. The frontend is based on 'create-react-app'.

It's a content and comment web app. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also be able to edit and delete posts and comments.

This repository includes the code for the backend API Server and the frontend application.

Start the app

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

API Server

More information about the API server 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 90.4%
  • CSS 6.2%
  • HTML 3.4%