{"id":23280546,"url":"https://github.com/vimode/node-express-starter","last_synced_at":"2025-07-27T16:35:07.636Z","repository":{"id":186342672,"uuid":"675029033","full_name":"vimode/node-express-starter","owner":"vimode","description":"A Node.js Express starter template with basic setup configuration","archived":false,"fork":false,"pushed_at":"2023-08-05T19:16:38.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T13:38:00.639Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vimode.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":"2023-08-05T14:40:24.000Z","updated_at":"2023-08-05T14:48:20.000Z","dependencies_parsed_at":"2024-02-12T00:15:07.953Z","dependency_job_id":null,"html_url":"https://github.com/vimode/node-express-starter","commit_stats":null,"previous_names":["vimode/node-express-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vimode/node-express-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimode%2Fnode-express-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimode%2Fnode-express-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimode%2Fnode-express-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimode%2Fnode-express-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimode","download_url":"https://codeload.github.com/vimode/node-express-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimode%2Fnode-express-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267387366,"owners_count":24079231,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-19T23:36:39.001Z","updated_at":"2025-07-27T16:35:07.587Z","avatar_url":"https://github.com/vimode.png","language":"JavaScript","readme":"# ExpressJS Starter Template\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Vp8hse?referralCode=vimo)\n\nThis is boilerplate/starter project for quickly building RESTful APIs using Node.js and [Express](https://expressjs.com/), written in JavaScript.\nIt will help you get started with a simple to follow format with some examples for routes, logging and middleware.\n\n## Includes\n\n### Server utilites:\n\n- [morgan](https://www.npmjs.com/package/morgan)- HTTP request logger middleware for Node.js\n- [dotenv](https://www.npmjs.com/package/dotenv)- Loads environment variables from `.env` file into `process.env`\n- [cors](https://www.npmjs.com/package/cors)- CORS provides a Connect/Express middleware that can be used to enable CORS with various options.\n\n### Development utilites\n\n- [nodemon](https://www.npmjs.com/package/nodemon)- Helps develop node.js based application by automatically restarting the node server when it detects application file changes.\n\n## Commands\n\n### Setup\n\n```\nyarn\n```\n\n### Development\n\n```\nyarn dev\n```\n\n## About\n\nThe server runs a simple Express API server\n\n`/` returns `status: ok`\n\n`/hello` returns `message: Hello World!`\n\nUnknown endpoints are handled in a middleware file.\n\nThe `hello` route is defined in the `helloRoute`\n\n## Project Structure\n\n```\nsrc\\\n |--routes\\         # Routes\n |--utils\\          # Utility files\n |--app.js          # Express app\n |--index.js        # App entry point\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimode%2Fnode-express-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimode%2Fnode-express-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimode%2Fnode-express-starter/lists"}