Skip to content

iamthuypham/MiniOverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published