Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 725 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 725 Bytes

React Customer Management System

Using ReactJS framework, create a single page web application that allows a user to Create, List, Update and Delete customers. A customer is made of up the following attributes; Name Email Phone Street City State Zip

https://github.com/techjackpot/react-customers.git

How to install

git clone https://github.com/techjackpot/react-customers.git
cd react-customers

# Install dependencies
npm install

Start the client

Open a separate terminal to start the client:

cd react-customers
npm start

Your default web browser will be launched automatically with the url http://localhost:3000

.JSON db managment endpoints are at http://localhost:3001/customers