Skip to content

AndreAlbuquerque9/Readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.1%
  • CSS 3.8%
  • HTML 2.7%
  • Dockerfile 0.4%