{"id":20358994,"url":"https://github.com/thomasalbertodev/note_app_restful_api","last_synced_at":"2026-04-14T10:31:19.209Z","repository":{"id":194758691,"uuid":"691517722","full_name":"thomasalbertoDev/note_app_restful_api","owner":"thomasalbertoDev","description":"Membuat RESTful API dengan studi kasus Note App","archived":false,"fork":false,"pushed_at":"2023-10-03T03:23:05.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T17:53:21.154Z","etag":null,"topics":["expressjs","node-js","notes-app","prisma","restful-api"],"latest_commit_sha":null,"homepage":"","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/thomasalbertoDev.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}},"created_at":"2023-09-14T10:44:07.000Z","updated_at":"2023-09-21T02:57:34.000Z","dependencies_parsed_at":"2023-10-03T09:34:06.579Z","dependency_job_id":null,"html_url":"https://github.com/thomasalbertoDev/note_app_restful_api","commit_stats":null,"previous_names":["thomasalberto21/note_app_restful_api","thomasalbertodev/note_app_restful_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomasalbertoDev/note_app_restful_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasalbertoDev%2Fnote_app_restful_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasalbertoDev%2Fnote_app_restful_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasalbertoDev%2Fnote_app_restful_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasalbertoDev%2Fnote_app_restful_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasalbertoDev","download_url":"https://codeload.github.com/thomasalbertoDev/note_app_restful_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasalbertoDev%2Fnote_app_restful_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["expressjs","node-js","notes-app","prisma","restful-api"],"created_at":"2024-11-14T23:29:55.942Z","updated_at":"2026-04-14T10:31:19.190Z","avatar_url":"https://github.com/thomasalbertoDev.png","language":"JavaScript","readme":"# Add Package Joi\n\n```sh\nnpm install joi\n```\n\n- Description : Joi is a JavaScript library used to validate data in Node.js applications\n- Documentation : https://www.npmjs.com/package/joi\n\n# Add Package Express\n\n```sh\nnpm install express\n```\n\n```sh\nnpm install --save-dev @types/express\n```\n\n- Description : Express, is a popular web application framework for developing Node.js-based web applications.\n- Documentation : https://www.npmjs.com/package/express\n\n# Add Library Prisma\n\n```sh\nnpm install --save-dev prisma\n```\n\n- Description : Prisma is a library used to interact with a database in Node.js applications.\n- Documentation : https://www.prisma.io/\n\n# Add Package Winston\n\n```sh\nnpm install winston\n```\n\n- Description : Winston is a JavaScript library used to manage logging in Node.js applications.\n- Documentation : https://www.npmjs.com/package/winston\n\n# Add Package Bcrypt\n\n```sh\nnpm install bcrypt\n```\n\n```sh\nnpm install --save-dev @types/bcrypt\n```\n\n- Description : Bcrypt is a JavaScript library used to hash passwords in Node.js applications.\n- Documentation : https://www.npmjs.com/package/bcrypt\n\n# Add Package UUID\n\n```sh\nnpm install uuid\n```\n\n```sh\nnpm install --save-dev @types/uuid\n```\n\n- Description : UUID is a JavaScript library used to generate unique identifiers in Node.js applications.\n- Documentation : https://www.npmjs.com/package/uuid\n\n# Add Package Jest\n\n```sh\nnpm install --save-dev jest @types/jest\n```\n\n- Description : Jest is a JavaScript library used to test Node.js applications.\n- Documentation : https://www.npmjs.com/package/jest\n\n# Add Library Babel\n\n```sh\nnpm install --save-dev babel-jest @babel/preset-env\n```\n\n- Description : Babel is a JavaScript library used to transpile ES6+ code to ES5.\n- Documentation : https://babeljs.io/setup#installation\n\n# Add Package Supertest\n\n```sh\nnpm install --save-dev supertest @types/supertest\n```\n\n- Description : Supertest is a JavaScript library used to test HTTP requests in Node.js applications.\n- Documentation : https://www.npmjs.com/package/supertest\n\n# Add Library Prettier\n```sh\nnpm install --save-dev --save-exact prettier\n```\n- Description : Prettier is a JavaScript library used to format code in Node.js applications.\n- Documentation : https://prettier.io/","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasalbertodev%2Fnote_app_restful_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasalbertodev%2Fnote_app_restful_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasalbertodev%2Fnote_app_restful_api/lists"}