Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrassey/jsnote
This application uses an Express.js back end to save and retrieve note data from a JSON file
https://github.com/mbrassey/jsnote
Last synced: about 2 months ago
JSON representation
This application uses an Express.js back end to save and retrieve note data from a JSON file
- Host: GitHub
- URL: https://github.com/mbrassey/jsnote
- Owner: MBrassey
- License: cc0-1.0
- Created: 2020-10-12T05:53:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:56:02.000Z (10 months ago)
- Last Synced: 2024-05-03T03:53:10.913Z (8 months ago)
- Language: JavaScript
- Homepage: https://jsnote-mbrassey.herokuapp.com/
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jsNote
This application uses an Express.js back end to save and retrieve note data from a JSON file.
![licensebadge](https://img.shields.io/badge/license-CC0_1.0_Universal-blue)
#### Issues
- [x] [Create webserver & routes](https://github.com/MBrassey/jsNote/issues/1)
- [x] [Accept user data](https://github.com/MBrassey/jsNote/issues/2)
- [x] [Retrieve data from json](https://github.com/MBrassey/jsNote/issues/3)
- [x] [Re-factor & add delete function](https://github.com/MBrassey/jsNote/issues/4)
- [x] [Test & stylize](https://github.com/MBrassey/jsNote/issues/5)#### Requirements
- node.js
- npm#### Installation
npm i
#### Usage
npm start
navigate: http://localhost:3001/:cyclone: Click the image(s) below to view the live webapplication
[
](https://jsNote-mbrassey.herokuapp.com/)
#### Questions
Contact me at [[email protected]](mailto:[email protected]) with any questions or comments.
#### License
`jsNote` is published under the **CC0_1.0_Universal** license.
> The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.