Skip to content

pcs980/reactnd-project-readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable App

This app is free and colaborative. Requires no authentication or previous registration. You can create, edit and delete any post or comments freely.

There are no moderators. So we ask you to post only positive messages.

Installation

Clone

First, clone the project:

git clone

Running

To get application up:

  • Install and start the API server:
cd api-server
npm install
node server.js
  • Once the API server is running you can install and start the frontend application:
cd ../frontend
npm install
npm start

API Server

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

Frontend

Information about the Frontend and how to use it can be found in its Frontend README file.

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%