Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 776 Bytes

MiniOverflow App

This is a project from Udacity React Nanodegree course.

Features

  • View contents and comments
  • Post content to predefined categories, comment
  • Vote on posts and comments
  • Edit posts and comments
  • Delete posts and comments

What 's Included

Get Started

  • Clone this project
  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, install and start the pre-scaffolded Create React App project
    • cd frontend
    • npm install
    • npm start