A simple REST API written in Node JS with express for saving notes to a MySQL database. Swagger UI is included for testing and documentation.
- Clone this repo and run
npm install
. - To setup your MySQL database you can use the query provided in
create_database.sql
- Update the
host
,user
,password
, anddatabase
fields in index.js to connect to your database