{"id":50517558,"url":"https://github.com/iamteppei/seed-node-azurefunc","last_synced_at":"2026-06-03T01:02:53.020Z","repository":{"id":360196185,"uuid":"294675217","full_name":"iamteppei/seed-node-azurefunc","owner":"iamteppei","description":"Seed NodeJS Azure Function ","archived":false,"fork":false,"pushed_at":"2026-05-25T11:12:39.000Z","size":1169,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-25T13:10:42.273Z","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/iamteppei.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-11T11:18:10.000Z","updated_at":"2026-05-25T11:10:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iamteppei/seed-node-azurefunc","commit_stats":null,"previous_names":["iamteppei/seed-node-azurefunc"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/iamteppei/seed-node-azurefunc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Fseed-node-azurefunc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Fseed-node-azurefunc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Fseed-node-azurefunc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Fseed-node-azurefunc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamteppei","download_url":"https://codeload.github.com/iamteppei/seed-node-azurefunc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamteppei%2Fseed-node-azurefunc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33843611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":"2026-06-03T01:02:50.721Z","updated_at":"2026-06-03T01:02:53.014Z","avatar_url":"https://github.com/iamteppei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seed-node-azurefunc\nA seed project for Serverless Function REST API\n\nStack\n- Azure Function\n- Serverless Framework\n- Express JS\n- Typescript\n- MongoDB\n\n## Version specification\n- node: v12.16.3\n- TypeScript v4\n\n## IDE recommendations and setup\n- VSCode IDE\n- Eslint vscode plugin\n- Prettier vscode plugin for linting warnings (auto fix on save)\n- Add the following setting in vscode settings.json \n```json\n\"eslint.autoFixOnSave\": true\n```\n\n## Dev setup\n- Install azure-cli with homebrew `brew update \u0026\u0026 brew install azure-cli`\n- Install serverless-cli `npm install -g serverless`\n- Install all the dependencies using `npm install`\n- To run the server with watch use `npm run start`\n- To run the test cases in watch mode use `npm run test:watch`\n- To run the test cases without watch mode use `npm run test`\n- To run the test coverage without watch mode use `npm run test:cov`\n\n## Setup ENV variables\n\nCreate **serverless.env.local.yml** at the same level with serverless.yaml and update with your local configuration\n\n```yaml\nMONGO_DB_NAME: \u003cdb name\u003e\nMONGO_URI: \u003cMongodb connection string\u003e\n```\n\n## Access URL\n\n```bash\nGET http://localhost:7071/api/core/ping\n```\n\n## Test\n\n- Unit Test: We are using Jest for assertion and mocking\n\n\n## Git Hooks\nThe seed uses `husky` to enable commit hook.\n\n### Pre commit\nWhenever there is a commit, there will be check on lint, on failure commit fails.\n\n### Pre push\nWhenever there is a push, there will be check on test.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamteppei%2Fseed-node-azurefunc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamteppei%2Fseed-node-azurefunc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamteppei%2Fseed-node-azurefunc/lists"}