Note Taker application that can be used to write, save & delete notes.
Application uses Express.js back end and saves and retrieve note data from a JSON file.
The below routes are required for the application to succesfuuly load, read, writer and delete notes
apiRoutes.js :
To write and add new notes to db, read and delete the notes from db and display in browser.
htmlRoutes.js :
To display index.html and notes.htmL succesfully when user opens app and clicks on Get Stared button.
To install dependencies, run the following in your terminal
npm i
After installations of dependencies are completed, run the app with below in terminal
npm start
https://floating-river-20214.herokuapp.com/

