{"id":18067136,"url":"https://github.com/fityannugroho/notes-app-back-end","last_synced_at":"2026-04-27T22:31:33.983Z","repository":{"id":47121386,"uuid":"510256706","full_name":"fityannugroho/notes-app-back-end","owner":"fityannugroho","description":"API for notes app dicoding","archived":false,"fork":false,"pushed_at":"2024-12-10T22:57:39.000Z","size":628,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-05T15:14:07.705Z","etag":null,"topics":["api","hapijs","jwt","postgresql"],"latest_commit_sha":null,"homepage":"http://notesapp-v3.dicodingacademy.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/fityannugroho.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},"funding":{"github":["fityannugroho"],"patreon":null,"open_collective":null,"ko_fi":"fityannugroho","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://trakteer.id/fityannugroho/tip","https://saweria.co/fityannugroho"]}},"created_at":"2022-07-04T07:31:29.000Z","updated_at":"2024-06-25T13:12:06.000Z","dependencies_parsed_at":"2024-04-27T09:51:46.406Z","dependency_job_id":null,"html_url":"https://github.com/fityannugroho/notes-app-back-end","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fityannugroho/notes-app-back-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fityannugroho%2Fnotes-app-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fityannugroho%2Fnotes-app-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fityannugroho%2Fnotes-app-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fityannugroho%2Fnotes-app-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fityannugroho","download_url":"https://codeload.github.com/fityannugroho/notes-app-back-end/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fityannugroho%2Fnotes-app-back-end/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["api","hapijs","jwt","postgresql"],"created_at":"2024-10-31T07:07:46.945Z","updated_at":"2026-04-27T22:31:33.967Z","avatar_url":"https://github.com/fityannugroho.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fityannugroho","https://ko-fi.com/fityannugroho","https://trakteer.id/fityannugroho/tip","https://saweria.co/fityannugroho"],"categories":[],"sub_categories":[],"readme":"# Notes API\n\nAPI for [Notes App Dicoding](http://notesapp-v2.dicodingacademy.com).\n\n## Data\n\nThis API will store data that has attributes like the following:\n\n### User\n\nThe user has the following attributes:\n\n```json\n{\n  \"id\": \"string\",\n  \"username\": \"string\",\n  \"password\": \"string\",\n  \"fullname\": \"string\"\n}\n```\n\nThis is an example of a user:\n\n```json\n{\n  \"id\": \"user-Zm_sAf2i8sTGKWSX\",\n  \"username\": \"johndoe\",\n  \"password\": \"secret\",\n  \"fullname\": \"John Doe\"\n}\n```\n\n### Note\n\nThe note has the following attributes:\n\n```json\n{\n  \"id\": \"string\",\n  \"title\": \"string\",\n  \"body\": \"string\",\n  \"tags\": [\"string\"],\n  \"created_at\": \"string\",\n  \"updated_at\": \"string\"\n  \"owner\": \"string\"\n}\n```\n\nThis is an example of the note:\n\n```json\n{\n  \"id\": \"oVwum-U5h_6CoZ-f\",\n  \"title\": \"Hello World\",\n  \"body\": \"This is my first note\",\n  \"tags\": [\"hello\", \"world\"],\n  \"created_at\": \"2020-01-01T00:00:00.000Z\",\n  \"updated_at\": \"2020-01-01T00:00:00.000Z\",\n  \"owner\": \"user-Zm_sAf2i8sTGKWSX\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffityannugroho%2Fnotes-app-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffityannugroho%2Fnotes-app-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffityannugroho%2Fnotes-app-back-end/lists"}