The purpose of this was to take a note taking web application with a fully built front end, and implement the back end to complete the functionality. This was completed using the express package. It also notably includes a route for a delete request, to remove notes from the page.
The installation of this project is as simple as having the files in this repository, and ensuring all the dependencies are installed by running the command npm i
after creating you package.json either manually or by running npm init -y
The program can be run by typing either node index.js
or npm start
in the command line. It can also be accessed at the heroku link.
This project is licensed under MIT
Any contribution is welcome.
Simply trying to add input via the /notes
route and saving/deleting notes should be sufficient testing.
Any further questions can be directed to me via my GitHub, or email if it is a more pressing matter.