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.
- Description
- Table of Contents
- Installation
- Usage
- Demo
- Built With
- License
- Contributing
- Tests
- Questions
git clone
the repo to your local machine. To use this application, run the following command to install the dependencies:
npm install
npm i moment
npm i mongoose
Then run the following command to seed the database:
node utils/seed
Type the following command in your termimal:
node index.js
Then open Insomnia and type http://localhost:3001/ to run this application on your local machine.
Below is the demostration of this application. Please click here for walk-through video.
This application is licensed under MIT license.
This application is developed by Baofeng Guo. If you would like to contribute it, please follow the guidelines for how to do so.
To run tests on the application, run
npm install jest
and then npm run test
from the command line.
For any question, please contact me on GitHub: magickw or email me at peterguo1983@gmail.com.