Skip to content

dcurrie-scholastic/fe-cc-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Code Project - React

Getting Started

npm install
npm start

API

This is a simple JSON database, stored in db.json and hosted on localhost:3000

Documentation

People

Schema

{
    "id": string,
    "isActive": boolean,
    "name": {
        "first": string,
        "last": string
    },
    "company": string
}
Routes
GET     /people
GET     /people/{id}
POST    /people
PUT     /people/{id}
PATCH   /people/{id}
DELETE  /people/{id}

App

This is a simple React app created using Create React App

About

A Front End coding project written in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published