This project contains generated code from an OpenAPI 3 definition by Postman.com, then was filled in with functional code for the database operations and to return real results. It is for use with the Build An API with Postman, Node.js & MySQL Quickstart tutorial.
To run this project:
- Have a MySQL server running locally with the database set-up specified in the tutorial.
- Clone this repository into a folder on your local system.
- In a terminal, navigate into the cloned repository.
- Run the following commands in the terminal.
npm install
npm run start