Skip to content

kumarvv/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable

Readable is a web application to manage your online posts. You view, add or delete comments to various posts.

Requirements

Installation

  1. Install and start the API server (from: https://github.com/udacity/reactnd-project-readable-starter):
git clone https://github.com/udacity/reactnd-project-readable-starter.git
cd reactnd-project-readable-starter/api-server
npm install
  1. clone the readable repo and install:
git clone https://github.com/kumarvv/readable.git
cd readable
npm install

Run Application

  1. Run the api-server:
cd reactnd-project-readable-starter/api-server
npm start
  1. Run the readable server:
cd readable 
npm start 
  1. web application will be automatically opened in your favorite browser or manually open the url: http://localhost:3000

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Contributing

This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.

For details, check out CONTRIBUTING.md.