{"id":21279547,"url":"https://github.com/oleksandr-romashko/goit-node-rest-api","last_synced_at":"2026-04-07T07:45:37.171Z","repository":{"id":254347513,"uuid":"846238883","full_name":"oleksandr-romashko/goit-node-rest-api","owner":"oleksandr-romashko","description":"REST API application for managing your contacts","archived":false,"fork":false,"pushed_at":"2024-09-02T10:26:30.000Z","size":862,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:32:42.239Z","etag":null,"topics":["database","expressjs","joi","multer","nodejs","postgresql","web-server"],"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/oleksandr-romashko.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-22T19:50:45.000Z","updated_at":"2024-09-01T01:33:03.000Z","dependencies_parsed_at":"2024-08-22T23:15:45.912Z","dependency_job_id":"f2bee392-36e4-4e79-8dbc-ea73818020dd","html_url":"https://github.com/oleksandr-romashko/goit-node-rest-api","commit_stats":null,"previous_names":["oleksandr-romashko/goit-node-rest-api"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oleksandr-romashko/goit-node-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksandr-romashko%2Fgoit-node-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksandr-romashko%2Fgoit-node-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksandr-romashko%2Fgoit-node-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksandr-romashko%2Fgoit-node-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleksandr-romashko","download_url":"https://codeload.github.com/oleksandr-romashko/goit-node-rest-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksandr-romashko%2Fgoit-node-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["database","expressjs","joi","multer","nodejs","postgresql","web-server"],"created_at":"2024-11-21T10:23:51.105Z","updated_at":"2026-04-07T07:45:37.150Z","avatar_url":"https://github.com/oleksandr-romashko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# Contacts management application\n\n#### goit-node-rest-api\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"./assets/thumbnail.jpg\" width=\"720\" title=\"Project thumbnail\" alt=\"project thumbnail\"\u003e\n\u003c/p\u003e\n\n\n\u003ch4 align=\"center\"\u003e\n  REST API application for managing your contacts.\n\u003c/h4\u003e\n\n\n## Project description\n\nStore and manage your contacts using a REST API.\n\n* Supports the following routes:\n  * `GET /api/contacts` - Returns an array of all contacts.\n  * `GET /api/contacts/` - Returns the contact object by `id` or a JSON response in the format `{\"message\": \"Not found\"}` with a `404` status if the contact by id is not found.\n  * `DELETE /api/contacts/` - Deletes the contact by `id`. Returns the object of the found and deleted contact in JSON format. If the contact by id is not found, returns a JSON response in the format `{\"message\": \"Not found\"}` with a `404` status.\n  * `POST /api/contacts` - Returns the newly created contact object with fields `{id, name, email, phone}`.\n  * `PUT /api/contacts/` - Returns the updated contact object. If the contact by `id` is not found, returns a JSON response in the format `{\"message\": \"Not found\"}` with a `404` status.\n\n## Quickstart\n\n1) Download the files from the [repository](https://github.com/oleksandr-romashko/goit-node-rest-api).\n2) Make sure you have the [latest Node.js LTS version](https://nodejs.org/en/download/package-manager) installed on your machine. \n3) Install the application dependencies using the `npm install` command in your terminal.\n\n## Usage\n\nTo start the web-server use `npm start` (for production) or `npm run dev` (for development with daemon) command in your terminal.\n\n[Postman](https://www.postman.com/) application may be used to work and test REST API.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksandr-romashko%2Fgoit-node-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleksandr-romashko%2Fgoit-node-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksandr-romashko%2Fgoit-node-rest-api/lists"}