Skip to content

shariechan/person-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-React Exam

This app contains vanilla node api for Person and frontend using create-react-app

Prerequisites

  1. Install Git.
  2. Install Node.
  3. Start MySQL in your local server.

Installation

  1. Clone this repository: git clone https://github.com/shariechan/person-app.git
  2. Run the MySQL dump to import database and table.
  3. Open a terminal window, go to the root folder then go to api and run node .
  4. Open a second terminal window, go to the root folder then go to web and run npm install.
  5. Run npm start

API Endpoints Available

  1. GET /person
  2. GET /person/{id}
  3. POST /person/{id}
  4. POST /person/{id}
  5. DELETE /person/{id}

About

Simple CRUD of a person's information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors