Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.32 KB

File metadata and controls

44 lines (24 loc) · 1.32 KB

Note Taker

Description

An Application that can be used to write, save, and delete notes. Uses an Express backend to save and retrieve note data from JSON.

Table of Content

Installation:

In order to install this project you will need to by clone from git hub using git clone plus the url of the repository. Make sure you have node installed on your computer, and then type npm i within the directory of the cloned repository from github.

Usage:

This Project is used for showing the ability to populate, read, and write text with express.js. Once installed, run the application by typing node index.js in the terminal within the directory of the install. You will then need to run this in your browser at localhost:3001. You may also follow the Heroku link below to run this application without node installed on your system.

You can find the deployed Heroku application here: https://note-taker-chrissy-martin.herokuapp.com/notes

License:

N/A

Contribution:

Feel free to contribute as desired!

Testing:

There are currrently no testing instructions.

Questions: