{"id":22128400,"url":"https://github.com/michaelradu/simple-express-api","last_synced_at":"2025-03-24T08:42:22.176Z","repository":{"id":54576246,"uuid":"522509529","full_name":"michaelradu/simple-express-api","owner":"michaelradu","description":"Simple REST API implemented in Express for learning purposes.","archived":false,"fork":false,"pushed_at":"2022-08-08T10:51:44.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T14:15:47.288Z","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/michaelradu.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}},"created_at":"2022-08-08T10:50:58.000Z","updated_at":"2022-08-08T10:51:47.000Z","dependencies_parsed_at":"2022-08-13T20:20:12.939Z","dependency_job_id":null,"html_url":"https://github.com/michaelradu/simple-express-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/michaelradu%2Fsimple-express-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelradu%2Fsimple-express-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelradu%2Fsimple-express-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelradu%2Fsimple-express-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelradu","download_url":"https://codeload.github.com/michaelradu/simple-express-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240007,"owners_count":20583097,"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":"2024-12-01T17:42:29.623Z","updated_at":"2025-03-24T08:42:22.156Z","avatar_url":"https://github.com/michaelradu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Express REST API\n\nThis is an example of a basic RESTful API implemented in Express for educational purposes. The code only implements GET and POST, is self-explanatory and has comments explaining each and every step of the process to make learning easier.\n\n## What's an API?\n\nAn API (application programming interface) is simply some software that sends some information back and forth between an app and a user. \n\n## What's REST/a RESTful API?\n\nREST is a set of constraints [(listed here)](https://www.redhat.com/en/topics/api/what-is-a-rest-api#rest), not a standard or protocol, that API developers can implement to create a \"RESTful API\". REST supports many protocols but the most used one is **HTTP**. When a request is made with an *HTTPRequest* the RESTful API responds with a *HTTPResponse*, typically containing data in the **JSON** or **XML** format.\n\nREST APIs can be used to perform different actions and support the following 5 methods:\n\n* **GET** - Retrieve existing data from a database/server.\n* **POST** - Create new data\n* **PUT** - Replace existing data.\n* **PATCH** - Update existing data.\n* **DELETE** - Delete existing data.\n\n## What's Express?\n\nExpress is just a Node.js framework that simplifies the process of building a RESTful API.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelradu%2Fsimple-express-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelradu%2Fsimple-express-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelradu%2Fsimple-express-api/lists"}