This application functions to give users the ability to create, store, retrieve and delete notes with a title and a body.
In order to run the application, open the server.js file in integrated terminal, run "npm install" to install dependencies, and then run "node server.js".
Technology used to create application
-
HTML5 (given)
-
CSS3 (given)
-
Express
-
Nodejs
-
Npm package uuidv4 - Unique number id generation for notes
-
Heroku - Hosting
- One of the largest challenges for me in this project turned out to be making sure that I had both my api and html routes written correctly. I spent the most time making adgustments to those routes repeatedly in order to get the application to run. Also, at the time of deploying the application, I was still unable to get the "delete" function to work, in spite of spending hours over the course of several days tweaking that section of code.
- Stack Overflow general research
- Mdn web docs general research
- [AskBCS bug fixes]
- npmjs package uuidv4
- [Mdn web docs general research](https://developer.mozilla.org/
Meredith Jones
This project is licensed under the terms of the MIT license.


