Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

File metadata and controls

20 lines (14 loc) · 1.06 KB

Readable Project

This is a project made for the second module of the Udacity React Developer nanodegree. This project is a content and comment web app. Users are able to post content to prefefined categories, commet on their posts and other users posts, and vote on posts and comments. Users also able to edit and delete posts and comments.

This project was forked from udacity/reactnd-project-readable-starter

Installation

  • clone the repository with git clone https://github.com/AndreAlbuquerque9/Readable.git
  • navigate to the server folder cd server
  • install all the dependecies with npm install
  • start the development server with npm start
  • DON'T CLOSE THE TERMINAL
  • navigate to the app folder cd app
  • install all the dependecies with npm install
  • start the development server with npm start

API Server

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