{"id":24427403,"url":"https://github.com/bluediu/teslo-nestjs","last_synced_at":"2026-04-29T23:31:45.778Z","repository":{"id":273291781,"uuid":"917823377","full_name":"bluediu/teslo-nestjs","owner":"bluediu","description":"Testing App for Nest.JS","archived":false,"fork":false,"pushed_at":"2025-02-06T01:13:02.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T09:22:40.466Z","etag":null,"topics":["docker","nestjs","postgresql","rest-api"],"latest_commit_sha":null,"homepage":"","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/bluediu.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}},"created_at":"2025-01-16T17:59:07.000Z","updated_at":"2025-02-06T01:13:05.000Z","dependencies_parsed_at":"2025-01-20T03:20:15.426Z","dependency_job_id":"507610fc-eba1-4e34-bc9f-3f57ed98d9ab","html_url":"https://github.com/bluediu/teslo-nestjs","commit_stats":null,"previous_names":["bluediu/teslo-nestjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bluediu/teslo-nestjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluediu%2Fteslo-nestjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluediu%2Fteslo-nestjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluediu%2Fteslo-nestjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluediu%2Fteslo-nestjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluediu","download_url":"https://codeload.github.com/bluediu/teslo-nestjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluediu%2Fteslo-nestjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","nestjs","postgresql","rest-api"],"created_at":"2025-01-20T12:10:32.983Z","updated_at":"2026-04-29T23:31:45.760Z","avatar_url":"https://github.com/bluediu.png","language":"TypeScript","funding_links":["https://opencollective.com/nest"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo-small.svg\" width=\"120\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456\n[circleci-url]: https://circleci.com/gh/nestjs/nest\n\n  \u003cp align=\"center\"\u003eA progressive \u003ca href=\"http://nodejs.org\" target=\"_blank\"\u003eNode.js\u003c/a\u003e framework for building efficient and scalable server-side applications.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/~nestjscore\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@nestjs/core.svg\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/~nestjscore\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@nestjs/core.svg\" alt=\"Package License\" /\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n  \u003c!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)\n  [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)--\u003e\n\n## Description\n\n[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.\n\n## Project setup\n\n1. Install dependencies\n\n```bash\n  $ yarn install\n```\n\n2. Create a environment configuration file:\n\n```bash\n  touch .env\n```\n\n3. Populate the `.env` file with the required environment variables. Ensure you use secure and appropriate values for the environment.\n\n4. Start Database Engine\n\n```bash\n  $ docker-compose up -d\n```\n\n## Rebuild database (development)\n\n`localhost:\u003cport\u003e/api/seed`\n\n## Compile and run the project\n\n```bash\n# development\n$ yarn run start\n\n# watch mode\n$ yarn run start:dev\n\n# production mode\n$ yarn run start:prod\n```\n\n## Run tests\n\n```bash\n# unit tests\n$ yarn run test\n\n# e2e tests\n$ yarn run test:e2e\n\n# test coverage\n$ yarn run test:cov\n```\n\n## License\n\nNest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluediu%2Fteslo-nestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluediu%2Fteslo-nestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluediu%2Fteslo-nestjs/lists"}