Express Note Taker

License: MIT

Description

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.

Table of Contents

Installation

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

Usage

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.

Screenshot

some notes

License

This project is licensed under MIT

Contributing

Any contribution is welcome.

Tests

Simply trying to add input via the /notes route and saving/deleting notes should be sufficient testing.

Questions

Any further questions can be directed to me via my GitHub, or email if it is a more pressing matter.