{"id":24133321,"url":"https://github.com/harastaivan/node-rest-api","last_synced_at":"2026-05-09T20:02:36.496Z","repository":{"id":115518681,"uuid":"138338912","full_name":"harastaivan/node-rest-api","owner":"harastaivan","description":"RESTful API made with NodeJS","archived":false,"fork":false,"pushed_at":"2018-06-24T12:24:39.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T23:37:53.270Z","etag":null,"topics":["node","nodejs","rest-api","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harastaivan.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-22T19:04:51.000Z","updated_at":"2018-06-24T12:24:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"5956012a-a742-4aef-82e2-35412a1a5525","html_url":"https://github.com/harastaivan/node-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harastaivan%2Fnode-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harastaivan%2Fnode-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harastaivan%2Fnode-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harastaivan%2Fnode-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harastaivan","download_url":"https://codeload.github.com/harastaivan/node-rest-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241348197,"owners_count":19948157,"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":["node","nodejs","rest-api","restful-api"],"created_at":"2025-01-11T23:36:05.685Z","updated_at":"2026-05-09T20:02:31.476Z","avatar_url":"https://github.com/harastaivan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeJS REST API\n\nRESTful API made with NodeJS\n\nLearning to make NodeJS RESTful API with [this](https://www.youtube.com/playlist?list=PL55RiY5tL51q4D-B63KBnygU6opNPFk_q) video list.\n\n---\n\n## Install\n\n1. Fork this repo.\n\n2. Install [NodeJS](https://nodejs.org/) which also contains `npm` package manager.\n\n3. Run `git clone git@github.com:your-username/node-rest-api.git`.\n\n4. Run `cd node-rest-api/`.\n\n5. Run `npm install`.\n\n6. Run `npm start`.\n\n7. Now the API is running and you can make requests to it.\n\n## Dependencies\n\n### [Express](https://expressjs.com)\n\nWith a myriad of HTTP utility methods and middleware, creating a robust API is quick and easy.\n\n### [Morgan](https://www.npmjs.com/package/morgan)\n\nHTTP request logger middleware for node.js working great with Express.\n\n### [Nodemon](http://nodemon.io/)\n\nMonitor for any changes in your node.js application and automatically restart the server - perfect for development\n\n## Features\n\n### `/products` requests\n\n- GET request to /products\n- POST request to /products\n- GET request to /products/{id}\n- PATCH request to /products/{id}\n- DELETE request to /prodcuts/{id}\n\n### `/orders` requests\n\n- GET request to /orders\n- POST request to /orders\n- GET request to /orders/{id}\n- DELETE request to /orders/{id}\n\n## License\n\n[MIT](https://github.com/harastaivan/node-rest-api/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharastaivan%2Fnode-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharastaivan%2Fnode-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharastaivan%2Fnode-rest-api/lists"}