{"id":26243692,"url":"https://github.com/mauricechouam/note-taker","last_synced_at":"2026-04-08T23:34:24.242Z","repository":{"id":155898630,"uuid":"272836798","full_name":"mauricechouam/Note-Taker","owner":"mauricechouam","description":"An application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.","archived":false,"fork":false,"pushed_at":"2022-12-13T03:00:10.000Z","size":46,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T17:11:14.292Z","etag":null,"topics":["express-backend","express-js","http","postman","routing"],"latest_commit_sha":null,"homepage":"https://notetaker-mauriceapp.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricechouam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-16T23:58:09.000Z","updated_at":"2020-08-17T09:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"36054f11-e8a4-423f-b38e-836434116940","html_url":"https://github.com/mauricechouam/Note-Taker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricechouam/Note-Taker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricechouam%2FNote-Taker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricechouam%2FNote-Taker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricechouam%2FNote-Taker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricechouam%2FNote-Taker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricechouam","download_url":"https://codeload.github.com/mauricechouam/Note-Taker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricechouam%2FNote-Taker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express-backend","express-js","http","postman","routing"],"created_at":"2025-03-13T10:29:16.122Z","updated_at":"2026-04-08T23:34:24.237Z","avatar_url":"https://github.com/mauricechouam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note-Taker\n[![GitHub license](https://img.shields.io/badge/licence-BSD3.0-green)](https://github.com/mauricechouam/Note-Taker)\n\nAn application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.\n## Table of Contents ##\n  * [Description](#Description)\n  * [User Story](#User_Story)\n  * [Business Context](#Business_Context)\n  * [Acceptance Criteria](#Acceptance_Criteria)\n  * [Helpful links](#Helpful_links)\n\n\n## Description\n\n* The following HTML routes should be created:\n\n  * GET `/notes` - Should return the `notes.html` file.\n\n  * GET `*` - Should return the `index.html` file\n\n* The application should have a `db.json` file on the backend that will be used to store and retrieve notes using the `fs` module.\n\n* The following API routes should be created:\n\n  * GET `/api/notes` - Should read the `db.json` file and return all saved notes as JSON.\n\n  * POST `/api/notes` - Should receive a new note to save on the request body, add it to the `db.json` file, and then return the new note to the client.\n\n  * DELETE `/api/notes/:id` - Should receive a query parameter containing the id of a note to delete. This means you'll need to find a way to give each note a unique `id` when it's saved. In order to delete a note, you'll need to read all notes from the `db.json` file, remove the note with the given `id` property, and then rewrite the notes to the `db.json` file.\n\n## User Story\n\nAS A user, I want to be able to write and save notes\n\nI WANT to be able to delete notes I've written before\n\nSO THAT I can organize my thoughts and keep track of tasks I need to complete\n\n## Business Context\n\nFor users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed.\n\n## Acceptance Criteria\n\nApplication should allow users to create and save notes.\n\nApplication should allow users to view previously saved notes.\n\nApplication should allow users to delete previously saved notes.\n\n\n## Helpful links\n\n* [Express.js](https://expressjs.com/)\n* [Postman](https://www.getpostman.com/)\n\n- - -\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricechouam%2Fnote-taker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricechouam%2Fnote-taker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricechouam%2Fnote-taker/lists"}