/NoteTaker

This application allows you to write notes, save notes and deletes that are being stored in a db.json file. It runs on node.js and uses express.js to route all the get, post and delete methods. This application is deployed through Heroku.

Primary LanguageJavaScriptMIT LicenseMIT

Note Taker

badge

Description

This application allows you to write notes, save notes and deletes that are being stored in a db.json file. It runs on node.js and uses express.js to route all the get, post and delete methods. This application is deployed through Heroku.

Table of Contents

Installation

git clone the repo to your local machine. To use this application, please run the following command:

npm init -- creates a package.json file for your application.

And then run the following commands to install the dependencies:

npm install inquirer

npm install express

Usage

Type the following command in your termimal:

node server.js

Then open your browser and type http://localhost:3000/ to run this application on your local machine.

Deployed Link

The link to the deployed application is: https://note-taker-bfguo.herokuapp.com.

Demo

Below is the demostration of this application: demo

Screenshot of homepage: homepage

Screenshot of notes taking webpage: notes

⬆ back to top

Built With

⬆ back to top

License

This application is licensed under MIT license.

⬆ back to top

Contributing

This application is developed by Baofeng Guo. If you would like to contribute it, please follow the guidelines for how to do so.

⬆ back to top

Tests

To run tests on the application, run

npm install jest

and then npm run test from the command line.

⬆ back to top

Questions

For any question, please contact me on GitHub: magickw or email me at peterguo1983@gmail.com.

⬆ back to top