{"id":25195955,"url":"https://github.com/simplisticated/express-starter","last_synced_at":"2025-06-14T03:38:02.147Z","repository":{"id":200188477,"uuid":"704984635","full_name":"simplisticated/express-starter","owner":"simplisticated","description":"Starter for Node.js backend project with Express framework and TypeScript","archived":false,"fork":false,"pushed_at":"2025-04-29T15:02:20.000Z","size":1017,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T19:46:26.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/simplisticated.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,"zenodo":null}},"created_at":"2023-10-14T17:42:49.000Z","updated_at":"2025-04-02T22:20:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4d28af8-cf2d-423c-8b63-5c767a49ce88","html_url":"https://github.com/simplisticated/express-starter","commit_stats":null,"previous_names":["simplisticated/express-starter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simplisticated/express-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplisticated%2Fexpress-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplisticated%2Fexpress-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplisticated%2Fexpress-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplisticated%2Fexpress-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplisticated","download_url":"https://codeload.github.com/simplisticated/express-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplisticated%2Fexpress-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259755894,"owners_count":22906643,"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-02-10T01:39:12.470Z","updated_at":"2025-06-14T03:38:02.109Z","avatar_url":"https://github.com/simplisticated.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-starter\n\nThis is a starter template for a Node.js backend project that includes the\nfollowing features and tools:\n\n-   Express framework\n-   TypeScript\n-   Jest\n-   Prettier\n-   ESLint with rules from Airbnb\n-   [Formidable](https://github.com/node-formidable/formidable)\n-   GZIP compression\n-   Implementation of the best\n    [security practices](https://expressjs.com/en/advanced/best-practice-security.html)\n    recommended by Express framework maintainers\n\n## Table of Contents\n\n-   [How to Get Started](#how-to-get-started)\n-   [Environment Variables](#environment-variables)\n-   [Contributing](#contributing)\n-   [License](#license)\n\n## How to Get Started\n\nTo begin, open your terminal and run the following command to install the\nrequired dependencies:\n\n```\nnpm install\n```\n\nFor starting the server in development mode, use the following command:\n\n```\nnpm run start:dev\n```\n\nTo run the server in production mode, follow these steps:\n\n```\nnpm run build\nnpm run start\n```\n\n## Environment Variables\n\nThis project relies on various environment variables for configuration. You can\nset these variables either in a local `.env` file or through your hosting\nenvironment, depending on your deployment method.\n\nHere are the essential environment variables and their purposes:\n\n-   `PORT`: Specifies the port on which the server will listen. If not provided,\n    the default port is 3000.\n-   `LOG_REQUESTS`: Controls whether request logging is enabled. When set to\n    `true`, the application logs requests, including the date, HTTP method, URL,\n    and request body.\n\nYou should create a `.env` file in the root of your project and define these\nvariables with their respective values.\n\nHere is an example `.env` file:\n\n```\nPORT=3000\nLOG_REQUESTS=true\n```\n\n## Contributing\n\nYour input is welcome! If you have any interesting ideas, suggestions, or would\nlike to contribute through pull requests, please feel free to do so.\n\n## License\n\nThis project is available under the MIT license. See the [LICENSE](./LICENSE)\nfile for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplisticated%2Fexpress-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplisticated%2Fexpress-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplisticated%2Fexpress-starter/lists"}