Skip to content

gyrevik/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable API Server

This is the final assessment project for Udacity's Redux course which is a content and comment web app. 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 was used to develop and interact with the front-end portion of the project.

frontend

The frontend directory is a project that was bootstrapped with Create React App. Its puropose is to satisfy the requirements in the Udacity Project Readable - Project Overview. The project is forked from https://github.com/udacity/reactnd-project-readable-starter

The code is here: https://github.com/gyrevik/reactnd-project-readable-starter Clone this implementation from the above link.

Get up and running

To get up and running right away:

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window
    • 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

Blog implemented with React, Redux,Thunk middleware and styled with Material-UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • HTML 2.4%
  • CSS 0.7%