/NotesAPI

API written in Node JS for saving notes to a MySQL database.

Primary LanguageJavaScript

image

Notes API

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.

Setup

  1. Clone this repo and run npm install.
  2. To setup your MySQL database you can use the query provided in create_database.sql
  3. Update the host, user, password, and database fields in index.js to connect to your database