{"id":24645089,"url":"https://github.com/thepatrickniyo/super-nest","last_synced_at":"2026-04-14T10:32:50.861Z","repository":{"id":45948687,"uuid":"431784868","full_name":"thepatrickniyo/super-nest","owner":"thepatrickniyo","description":"A nestjs boiler plate with preconfigured typeorm for postgresql, swagger, dockerfile, eslint, prettier \u0026 jest","archived":false,"fork":false,"pushed_at":"2022-02-24T12:56:59.000Z","size":112,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T19:54:55.355Z","etag":null,"topics":["boilerplate","dockerfile","eslint","jest","jest-tests","nestjs","postgresql","prettier","swagger","typeorm"],"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/thepatrickniyo.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":"2021-11-25T09:25:19.000Z","updated_at":"2022-04-12T17:07:34.000Z","dependencies_parsed_at":"2022-09-20T12:54:58.761Z","dependency_job_id":null,"html_url":"https://github.com/thepatrickniyo/super-nest","commit_stats":null,"previous_names":["thepatrickniyo/super-nest","patrickniyogitare28/super-nest"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/thepatrickniyo/super-nest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrickniyo%2Fsuper-nest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrickniyo%2Fsuper-nest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrickniyo%2Fsuper-nest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrickniyo%2Fsuper-nest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thepatrickniyo","download_url":"https://codeload.github.com/thepatrickniyo/super-nest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thepatrickniyo%2Fsuper-nest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["boilerplate","dockerfile","eslint","jest","jest-tests","nestjs","postgresql","prettier","swagger","typeorm"],"created_at":"2025-01-25T14:14:13.820Z","updated_at":"2026-04-14T10:32:50.836Z","avatar_url":"https://github.com/thepatrickniyo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nestjs Typeorm Complite Boiler Plate\n\n The complete nestjs boiler plate that uses `typeorm` for postgresql mapping.\n## Quick start\n\n- Clone the repo\n- Make copy of `.env.example` with db configuration credentials.\n\n## Running services\n\n- Run `yarn start:dev` to run dev server\n- Run `yarn migration:generate -- \u003cmigration name\u003e` to generate new migration\n- Run `yarn migration:run` to run migration\n- Run `yarn schema:drop` to reset the db schemas\n- Run `yarn seed:run` to run seeds\n\n## Running the documentation\n\nThe template contains a pre-configured swagger-ui documentation accessed over `localhost:3000/docs`\n## Installation\n\n```bash\n$ npm install\n```\n\nEnsure also that [Docker is installed](https://docs.docker.com/engine/install) on your work station\n\n## Running the app using node server (the normal way)\n\n```bash\n# development\n$ npm run start:dev\nor\nnest start\n\n# Debug/watch\n$ npm run start:debug\n\n# production\n$ npm run build:prod\n$ npm start\n```\n\n## Using Docker\n\n```sh\n# Build the image\n$ docker build -t nest-boiler-plate:v1.0 .\n\n# Run the image interactively\n$ docker run -it -p 3000:3000 nest-boiler-plate:v1.0\n$ docker rmi -f $(docker images -a -q)\n```\n\n## Using Docker Compose\n\n```sh\n# Build the docker image\n$ docker-compose build\n\n# Start and login to the container\n$ docker-compose up -d\n$ docker-compose exec app sh\n```\n\n## Other useful Docker commands\n\n```sh\n# Get the container ID\n$ docker ps\n\n# View logs\n$ docker logs \u003ccontainer id\u003e\n\n# Enter the container (In alpine, use sh because bash is not installed by default)\n$ docker exec -it \u003ccontainer id\u003e /bin/sh\n```\n\n## Testing\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepatrickniyo%2Fsuper-nest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthepatrickniyo%2Fsuper-nest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthepatrickniyo%2Fsuper-nest/lists"}