{"id":25213043,"url":"https://github.com/arunkumar201/nodeexpress-ts-api-starter","last_synced_at":"2026-04-10T17:02:51.706Z","repository":{"id":232369162,"uuid":"735256491","full_name":"arunkumar201/NodeExpress-TS-API-Starter","owner":"arunkumar201","description":"A comprehensive starter kit for building robust APIs using Node.js, Express, and TypeScript. Kickstart your project with a well-organized structure, pre-configured settings, and essential features for efficient API development. Save time on setup and focus on crafting high-quality, scalable APIs.","archived":false,"fork":false,"pushed_at":"2023-12-24T08:40:26.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T15:18:41.285Z","etag":null,"topics":["express","mongodb","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/arunkumar201/NodeExpress-TS-API-Starter","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/arunkumar201.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":"2023-12-24T08:39:47.000Z","updated_at":"2024-01-28T05:20:43.000Z","dependencies_parsed_at":"2024-04-09T13:51:56.969Z","dependency_job_id":"9fdca59d-0244-4e6f-bb25-6bc1fb5bf06b","html_url":"https://github.com/arunkumar201/NodeExpress-TS-API-Starter","commit_stats":null,"previous_names":["arunkumar201/nodeexpress-ts-api-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2FNodeExpress-TS-API-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2FNodeExpress-TS-API-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2FNodeExpress-TS-API-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2FNodeExpress-TS-API-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arunkumar201","download_url":"https://codeload.github.com/arunkumar201/NodeExpress-TS-API-Starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305906,"owners_count":20917202,"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":["express","mongodb","nodejs","typescript"],"created_at":"2025-02-10T15:18:43.924Z","updated_at":"2025-12-30T22:54:23.274Z","avatar_url":"https://github.com/arunkumar201.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node RESTful APIs\n\n## Quick Start\n\nInstall the dependencies:\n\n```bash\nyarn install\n```\n\nSet the environment variables:\n\n```bash\ncp .env.example .env\n\n# open .env and modify the environment variables (if needed)\n```\n\n## Commands\n\nRunning locally:\n\n```bash\nyarn dev\n```\n\nRunning in production:\n\n```bash\nyarn start\n```\n\nTesting:\n\n```bash\n# run all tests\nyarn test\n\n# run all tests in watch mode\nyarn test:watch\n\n# run test coverage\nyarn coverage\n```\n\nLinting:\n\n```bash\n# run ESLint\nyarn lint\n\n# fix ESLint errors\nyarn lint:fix\n\n# run prettier\nyarn prettier\n\n# fix prettier errors\nyarn prettier:fix\n```\n\n## Environment Variables\n\nThe environment variables can be found and modified in the `.env` file. They come with these default values:\n\n```bash\n# Port number\nPORT=3000\n\n# URL of the Mongo DB\nMONGODB_URL=mongodb://127.0.0.1:27017/Node-Typescript-Starter\n\n# JWT\n# JWT secret key\nJWT_SECRET=thisisasamplesecret\n# Number of minutes after which an access token expires\nJWT_ACCESS_EXPIRATION_MINUTES=30\n# Number of days after which a refresh token expires\nJWT_REFRESH_EXPIRATION_DAYS=30\n\n```\n\n## Project Structure\n\n```\nsrc\\\n |--config\\         # Environment variables and configuration related things\n |--controllers\\    # Route controllers (controller layer)\n |--docs\\           # Swagger files\n |--middlewares\\    # Custom express middlewares\n |--models\\         # Mongoose models (data layer)\n |--routes\\         # Routes\n |--services\\       # Business logic (service layer)\n |--utils\\          # Utility classes and functions\n |--validations\\    # Request data validation schemas\n |--app.ts          # Express app\n |--index.ts        # App entry point\n```\n\n## API Documentation\n\nTo view the list of available APIs and their specifications, run the server and go to `http://localhost:3000/v1/docs` in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fnodeexpress-ts-api-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunkumar201%2Fnodeexpress-ts-api-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fnodeexpress-ts-api-starter/lists"}