For users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. This application allows a user to write notes, view submitted notes, and delete notes using the Express.js framework to create a server-side API. GET and POST requests function to view and submit information to the server when the various endpoints are visited.
"https://choosealicense.com/licenses/"
Make sure Node.js is installed in your machine.
The package.json file included in this Note Taker repo already lists all Node modules, NPM packages, and other dependencies that are required to successfully run this application. Please make sure to run the npm install command within the terminal, while in the root directory to install all required modules/packages. Then run node server.js to start the server, and simply navigate to this url http://localhost:3000/ within you browser's url tab.
This project is licensed under the MIT license.
This project was developed by Amber Wilson.
If you have any questions about the repo, contact me at awil414@gmail.com. You can find more of my work at awil414.