{"id":24618223,"url":"https://github.com/matthewbub/express-example","last_synced_at":"2026-04-12T19:41:45.932Z","repository":{"id":114450434,"uuid":"322152107","full_name":"matthewbub/express-example","owner":"matthewbub","description":"easy-to-read express server example.","archived":false,"fork":false,"pushed_at":"2022-12-01T02:31:24.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T23:41:44.791Z","etag":null,"topics":["expressjs","html","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/matthewbub.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":"2020-12-17T02:01:47.000Z","updated_at":"2022-12-01T02:31:29.000Z","dependencies_parsed_at":"2023-06-07T23:00:26.611Z","dependency_job_id":null,"html_url":"https://github.com/matthewbub/express-example","commit_stats":null,"previous_names":["matthewbub/express-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fexpress-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fexpress-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fexpress-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewbub%2Fexpress-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewbub","download_url":"https://codeload.github.com/matthewbub/express-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244315676,"owners_count":20433319,"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":["expressjs","html","nodejs"],"created_at":"2025-01-24T23:51:16.919Z","updated_at":"2025-12-31T00:12:38.899Z","avatar_url":"https://github.com/matthewbub.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Example\n\nThis is a basic example of an Express server. \n\n## Setup on your local machine\n```bash\n# clone repo\n$ git clone https://github.com/hi-matbub/express-example.git\n$ cd express-example\n\n# install dependencies\n$ npm i \n\n# start server\n$ npm run start\n\n# start dev server\n$ npm run start:dev\n```\n\n## Make the most of this app\n\n``` \nexpress-example\n├── ...\n├── index.html\n├── index.js\n├── package.json\n└── ...\n```\n\n- Start with the `scripts` object within the [package.json](https://github.com/hi-matbub/express-example/blob/cef5c9246b1bfd628aef04b4f863a519163b0876/package.json#L4-L9) to see how we can invoke the app.\n- [index.js](https://github.com/hi-matbub/express-example/blob/main/index.js) contains the _express server_. You should really **use this file as the focal-point of this study.**\n- [index.html](https://github.com/hi-matbub/express-example/blob/main/index.html) contains the _front end code_\n\nThat's all there is to this one!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbub%2Fexpress-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewbub%2Fexpress-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewbub%2Fexpress-example/lists"}