{"id":26728993,"url":"https://github.com/matthewbeckwith/restapi","last_synced_at":"2025-09-02T02:35:06.528Z","repository":{"id":184578943,"uuid":"152774837","full_name":"matthewBeckwith/restAPI","owner":"matthewBeckwith","description":"This is a RESTful API built in node.js","archived":false,"fork":false,"pushed_at":"2018-10-12T16:32:20.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-29T05:21:17.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewBeckwith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-10-12T15:54:47.000Z","updated_at":"2023-07-29T05:21:19.052Z","dependencies_parsed_at":null,"dependency_job_id":"5df5624b-d06d-4196-b674-d6fad42cc576","html_url":"https://github.com/matthewBeckwith/restAPI","commit_stats":null,"previous_names":["matthewbeckwith/restapi"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewBeckwith%2FrestAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewBeckwith%2FrestAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewBeckwith%2FrestAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewBeckwith%2FrestAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewBeckwith","download_url":"https://codeload.github.com/matthewBeckwith/restAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245938004,"owners_count":20696982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-03-27T22:38:05.070Z","updated_at":"2025-03-27T22:38:08.537Z","avatar_url":"https://github.com/matthewBeckwith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# restAPI\nThis is a RESTful API built in node.js and uses a     mongodb.\n\n\n## Endpoints:\n### Products = ``` localhost:3000/products/ ```\n    GET         - Gets all products\n    GET /:id    - Gets a specific product\n    POST        - Creates a new Product (requires auth token)\n    PATCH /:id  - Updates a specific product (requires auth token)\n    DELETE /:id - Removes a specific product from database (requires auth token)\n\n### Orders = ``` localhost:3000/orders/ ```\n###### (all require the user to be authenticated with auth token)\n    GET         - Gets all orders\n    GET /:id    - Gets a specific order\n    POST        - Creates a new order\n    DELETE /:id - Removes a specific order from database\n\n### User = ``` localhost:3000/users/ ```\n    POST /signup    - Creates user\n    POST /login     - Lets created user sign in and returns an auth token\n    DELETE /:id     - Removes a user (requires auth token)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbeckwith%2Frestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewbeckwith%2Frestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbeckwith%2Frestapi/lists"}