An application that can be used to write, save, and delete notes using an express backend, saving and retrieving note data from a JSON file.
- Description
- Installation
- Usage
- Contributing
- Authors
- Screenshots
- Application
- Tests
- Contact Me
- License
This application uses an express backend for the creation and storage notes to a JSON file. Once saved, the title of the note is generated on a list. Clicking on the title will recall the note in a readonly format. Each note has a unique ID generated when the note is saved in order for easy deletion of a specific note.
Clone the Github repo.
https://github.com/BwayCarl/Note-Taker.git
Once in the properly cloned folder, run npm install
to install the following dependencies:
- Express:
npm i express
to use Express.js in your command line. - Uniqid:
npm i uniqid
to add a unique ID for each note created. - Nodemon:
npm i nodemon
to have your server automatically reload after changes are made in the code files.
Enter nodemon server.js
in your command line and press ENTER
.
After receiving the notification App listening on PORT 3000
, open your browser and use http://localhost:3000
to access the Note Taker App.
You can also use this app directly from the deployed Heroku site.
Please contact me to contribute.
Carlos Martinez
Frontend, templates and index.js
file provided by Rutgers as a starting point for the assignment.
🚀 Live application deployed on Heroku.
No tests specified.
- Github: BwayCarl
- LinkedIn: Carlos Martinez
- Twitter: @BwayCarlDev
- Email: bwaycarl@gmail.com
This project is MIT Licensed.
© 2020, Carlos Martinez