{"id":21899373,"url":"https://github.com/satishbabariya/nodejs-prisma-fastify-boilerplate","last_synced_at":"2025-10-29T12:32:27.556Z","repository":{"id":47375014,"uuid":"478606291","full_name":"satishbabariya/nodejs-prisma-fastify-boilerplate","owner":"satishbabariya","description":"Clean Architecture for node.js projects using fastify and prisma","archived":false,"fork":false,"pushed_at":"2022-04-20T19:26:01.000Z","size":21,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T19:09:58.202Z","etag":null,"topics":["fastify","nodejs","prisma"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satishbabariya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-06T14:55:14.000Z","updated_at":"2025-01-25T01:15:13.000Z","dependencies_parsed_at":"2022-08-23T02:11:21.028Z","dependency_job_id":null,"html_url":"https://github.com/satishbabariya/nodejs-prisma-fastify-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/satishbabariya/nodejs-prisma-fastify-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fnodejs-prisma-fastify-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fnodejs-prisma-fastify-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fnodejs-prisma-fastify-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fnodejs-prisma-fastify-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satishbabariya","download_url":"https://codeload.github.com/satishbabariya/nodejs-prisma-fastify-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2Fnodejs-prisma-fastify-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267066912,"owners_count":24030727,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["fastify","nodejs","prisma"],"created_at":"2024-11-28T14:42:40.517Z","updated_at":"2025-10-29T12:32:27.501Z","avatar_url":"https://github.com/satishbabariya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodejs-prisma-fastify-boilerplate\nClean Architecture for node.js projects using fastify and prisma\n\n```\nsrc\n│   main.ts         # Application entry point\\\n└───controllers     # route controllers for all the endpoints of the app\n└───middlewares     # route middleware\n└───prisma          # here lies prisma schema and migrations\n└───types           # Type declaration files (d.ts) for Typescript\n\n\n```\n\n## Getting Started\n\n### Step 1: Set up the Development Environment\n\nYou need to set up your development environment before you can do anything.\n\nInstall [Node.js and NPM](https://nodejs.org/en/download/)\n\n- on OSX use [homebrew](http://brew.sh) `brew install node`\n- on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`\n\n### Install\n\n- Install all dependencies with `yarn install`\n\n### Running in dev mode\n\n- Run `yarn start` \n- The server address will be displayed to you as `http://0.0.0.0:3000`\n\n### Building the project and run it\n\n- Run `yarn build` to generated all JavaScript files from the TypeScript sources.\n- the builded app located in `dist`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatishbabariya%2Fnodejs-prisma-fastify-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatishbabariya%2Fnodejs-prisma-fastify-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatishbabariya%2Fnodejs-prisma-fastify-boilerplate/lists"}