This app contains vanilla node api for Person and frontend using create-react-app
- Install Git.
- Install Node.
- Start MySQL in your local server.
- Clone this repository:
git clone https://github.com/shariechan/person-app.git - Run the MySQL dump to import database and table.
- Open a terminal window, go to the root folder then go to
apiand runnode . - Open a second terminal window, go to the root folder then go to
weband runnpm install. - Run
npm start
GET /personGET /person/{id}POST /person/{id}POST /person/{id}DELETE /person/{id}