{"id":21754194,"url":"https://github.com/csdev19/api-finman","last_synced_at":"2026-04-07T21:31:40.348Z","repository":{"id":111231244,"uuid":"482701513","full_name":"csdev19/api-finman","owner":"csdev19","description":"Api of my finantial manager based on my nest boilerplate ","archived":false,"fork":false,"pushed_at":"2022-04-18T03:26:30.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T18:43:57.527Z","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/csdev19.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":"2022-04-18T03:26:28.000Z","updated_at":"2022-04-18T03:26:33.000Z","dependencies_parsed_at":"2023-03-25T21:04:25.070Z","dependency_job_id":null,"html_url":"https://github.com/csdev19/api-finman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"csdev19/nest-boilerplate","purl":"pkg:github/csdev19/api-finman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdev19%2Fapi-finman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdev19%2Fapi-finman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdev19%2Fapi-finman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdev19%2Fapi-finman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csdev19","download_url":"https://codeload.github.com/csdev19/api-finman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdev19%2Fapi-finman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-26T09:13:04.319Z","updated_at":"2026-04-07T21:31:40.323Z","avatar_url":"https://github.com/csdev19.png","language":"TypeScript","readme":"# Nest Boilerplate\n\n🔥 Nest boilerplate to create projects as fast as possible 🔥\n\n\n## Features\n\n- [x] [Nestjs performance Fastify](https://docs.nestjs.com/techniques/performance)\n- [x] [Swagger](https://swagger.io/)\n- [x] [Typeorm](https://typeorm.io/)\n- [x] [Docker compose](https://docs.docker.com/engine/reference/commandline/compose/)\n- [x] [Eslint](https://eslint.org/)\n- [x] [Prettier](https://prettier.io/)\n- [x] [Docker](https://www.docker.com/)\n- [ ] [Jest](https://jestjs.io/)\n\n## Code standards\n\n- The modules are plural **(module-name.module.ts)**\n- The controllers are plural and his path too **(controller-name.controller.ts)**\n- The services are plural **(service-name.service.ts)**\n- The entities are singular **(entity-name.entity.ts)**\n\n## Actual Folder structure\n\n```\n├── dist/\n├── docker-compose.yml\n├── Dockerfile\n├── nest-cli.json\n├── package.json\n├── package-lock.json\n├── README.md\n├── src/\n│   ├── app.module.ts\n│   ├── main.ts\n│   └── modules/\n│       ├── \u003cmodule-name\u003e/\n│       │   ├── \u003cmodule-name\u003e.module.ts\n│       │   ├── dtos/\n│       │   ├── entities/\n│       │   ├── services/\n│       │   └── interfaces/\n│       ├── authentication/\n│       │   ├── authentication.controller.ts\n│       │   ├── authentication.module.ts\n│       │   ├── constants/\n│       │   ├── decorators/\n│       │   ├── dtos/\n│       │   ├── encrypt/\n│       │   ├── guards/\n│       │   ├── services/\n│       │   └── strategies/\n│       └── note\n│           ├── dtos/\n│           ├── interfaces/\n│           ├── note.controller.ts\n│           ├── note.entity.ts\n│           ├── note.module.ts\n│           └── note.service.ts\n├── test/\n│   ├── app.e2e-spec.ts\n│   └── jest-e2e.json\n├── tsconfig.build.json\n└── tsconfig.json\n```\n\n## Module structure\n\n```\n├── \u003cmodule-name\u003e/\n│   ├── \u003cmodule-name\u003e.module.ts\n│   ├── dtos/\n│   ├── entities/\n│   ├── services/\n│   └── interfaces/\n```\n\n## Contributors\n\n- Author - Cristian Sotomayor [@csdev](https://github.com/csdev19)\n\n## Extra\n\nIf youy want to use snake-case go to this [package](https://www.npmjs.com/package/typeorm-naming-strategies)\n\n\n### Docker\n\nThere is a `docker-compose.yml` file for starting Docker.\n\n`docker-compose up`\n\nAfter running the sample, you can stop the Docker container with\n\n`docker-compose down`\n\n```\ndocker-compose up -d postgres\ndocker-compose ps\ndocker-compose down\n```\n\n[docker investigation ](https://blog.logrocket.com/docker-volumes-vs-bind-mounts/)\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" 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\u003ca href=\"https://www.npmjs.com/~nestjscore\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@nestjs/common.svg\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://circleci.com/gh/nestjs/nest\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/circleci/build/github/nestjs/nest/master\" alt=\"CircleCI\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/nestjs/nest?branch=master\" target=\"_blank\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9\" alt=\"Coverage\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/G7Qnnhy\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/discord-online-brightgreen.svg\" alt=\"Discord\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/nest#backer\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/nest/backers/badge.svg\" alt=\"Backers on Open Collective\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/nest#sponsor\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/nest/sponsors/badge.svg\" alt=\"Sponsors on Open Collective\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://paypal.me/kamilmysliwiec\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Donate-PayPal-ff3f59.svg\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://opencollective.com/nest#sponsor\"  target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg\" alt=\"Support us\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/nestframework\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/nestframework.svg?style=social\u0026label=Follow\"\u003e\u003c/a\u003e\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## Installation\n\n```bash\n$ npm install\n```\n\n## Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](LICENSE).\n","funding_links":["https://opencollective.com/nest","https://paypal.me/kamilmysliwiec"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdev19%2Fapi-finman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsdev19%2Fapi-finman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdev19%2Fapi-finman/lists"}