{"id":17004947,"url":"https://github.com/adisreyaj/node-typescript-starter","last_synced_at":"2025-04-05T19:18:38.940Z","repository":{"id":41795804,"uuid":"180382580","full_name":"adisreyaj/node-typescript-starter","owner":"adisreyaj","description":"Simple and straight forward template to get started with Typescript and Node with testing powered by Jest.","archived":false,"fork":false,"pushed_at":"2023-01-03T19:23:02.000Z","size":1111,"stargazers_count":2,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T16:41:13.975Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adisreyaj.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}},"created_at":"2019-04-09T14:15:17.000Z","updated_at":"2023-06-06T07:21:05.000Z","dependencies_parsed_at":"2023-02-01T09:16:43.731Z","dependency_job_id":null,"html_url":"https://github.com/adisreyaj/node-typescript-starter","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/adisreyaj%2Fnode-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fnode-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fnode-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adisreyaj%2Fnode-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adisreyaj","download_url":"https://codeload.github.com/adisreyaj/node-typescript-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386275,"owners_count":20930618,"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-10-14T04:44:51.861Z","updated_at":"2025-04-05T19:18:38.906Z","avatar_url":"https://github.com/adisreyaj.png","language":"TypeScript","readme":"# Typescript Node Starter Template\n\n![Node-Typescript-Starter](https://sreyaj.com/wp-content/uploads/2019/04/node-ts.jpg)\n\nCreate a Node server using the most favoured language Typescript. Get started with this simple Node-Typescript boilerplate code. It has all the basic setup done including testing which is powered by Jest.\n\nThe starter has logging setup out of the box.\n\nThe setup uses a highly scalable and maintainable folder structure so it fits for all the needs.\n\nThere are many Node-TS starters out there, but i wanted to have the most basic setup which has all the necessary things.\n\nTypescript ❤️️ Node\n\n## Features\n\n1. Highly scalable folder structure.\n1. Bare minimum setup done.\n1. Test configurations added.\n1. Works out of the box.\n1. Logging with Winston and Morgan\n1. .env file for configurations\n\n## How to get started\n\n1. Clone the repository.\n\n```bash\ngit clone https://github.com/adisreyaj/node-typescript-starter.git\n```\n\n2. Install the packages\n\n```bash\nnpm install\n```\n\n3. Rename `.env.example` to `.env`\n\n4. Run the server\n\n```bash\nnpm run start\n```\n\n5. Done. Check the status of the server\n\n```\nhttp://localhost:3000/api/v1/health\n```\n\nYou will be able to see this response:\n\n```json\n{\n  \"status\": \"up\"\n}\n```\n\nThis means you are good to go.\n\n### Running Test\n\nThe project use **Jest** as the test runner and also uses **chai** and **supertest**\n\n```bash\nnpm run test\n```\n\n**Enjoy**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fnode-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadisreyaj%2Fnode-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadisreyaj%2Fnode-typescript-starter/lists"}