This note taking app is used to allow the user take notes of the fly and keep them saved in a database.
Install express using npm install express Install uuid with npm install uuid Then to run the application, in your command line run node server.js The command line should tell you localhost is listening on 3000 The user can then go to their browser and search for localhost:3000 and then start taking notes

