{"id":22954667,"url":"https://github.com/mkosir/prisma-next-typescript","last_synced_at":"2025-07-09T05:33:45.971Z","repository":{"id":40655848,"uuid":"500584435","full_name":"mkosir/prisma-next-typescript","owner":"mkosir","description":"💊 Minimal RESTful API boilerplate. Spin it up with ease. TypeScript, Prisma, Next.js and Postgres with focus on best practices and painless developer experience.","archived":false,"fork":false,"pushed_at":"2022-10-02T08:06:48.000Z","size":3176,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-04-04T17:55:46.485Z","etag":null,"topics":["boilerplate","nextjs","postgres","prisma","rest-api","typescript"],"latest_commit_sha":null,"homepage":"https://prisma-next-typescript.vercel.app","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/mkosir.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-06-06T20:30:45.000Z","updated_at":"2023-03-13T05:05:50.000Z","dependencies_parsed_at":"2023-01-18T23:15:29.148Z","dependency_job_id":null,"html_url":"https://github.com/mkosir/prisma-next-typescript","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fprisma-next-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fprisma-next-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fprisma-next-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkosir%2Fprisma-next-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkosir","download_url":"https://codeload.github.com/mkosir/prisma-next-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229724366,"owners_count":18114439,"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","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","nextjs","postgres","prisma","rest-api","typescript"],"created_at":"2024-12-14T16:19:07.500Z","updated_at":"2024-12-14T16:19:08.095Z","avatar_url":"https://github.com/mkosir.png","language":"TypeScript","readme":"# Prisma / Next.js / TypeScript boilerplate ![Heisenberg](misc/heisenberg.png)\n\n[![CI][lint-badge]][lint-url]\n[![CI][tsc-badge]][tsc-url]\n[![CI][build-badge]][build-url]\n[![CI][test-be-integration-badge]][test-be-integration-url]\n[![CI][deploy-production-badge]][deploy-production-url]\n[![TypeScript][typescript-badge]][typescript-url]\n\nBoilerplate with focus on best practices and painless developer experience:\n\n- Minimal setup that can be extended 🔧 _(no UI, fetching, validation, lodash... utility libraries 🎉)_\n- Easily spin up local dev environment 🌀\n- RESTful APIs\n- End-To-End type safety with TypeScript _(Database \u003c-\u003e API \u003c-\u003e Frontend)_\n\n## Requirements\n\n- [Node v18+](https://nodejs.org/)\n- [Docker](https://www.docker.com/)\n\n## Running\n\n_Easily set up a local development environment_\n\n- clone the repo\n- `npm run db-start` - Creates Postgres database container, seeded with Breaking Bad characters 💊\n- `npm run dev` - Start NextJs 🚀\n\nVisit [localhost:3000](http://localhost:3000/)\n\n## Features:\n\n- [Prisma v4](https://www.prisma.io/) ORM\n- [TypeScript v4](https://github.com/microsoft/TypeScript) codebase with [Strict Configuration](https://typescript-eslint.io/docs/linting/configs#strict)\n- [NextJs](https://github.com/vercel/next.js) RESTful API\n- Unit and integration tests with [Jest](https://github.com/facebook/jest)\n- Easily start local development using [Docker Compose](https://docs.docker.com/compose/) by spinning up seeded database `npm run db-start` (default credentials `user=walter`, `password=white` [.env file](./envs/dev.env))\n- Linting with [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/) code formatter\n- Git hooks with [Husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged)\n- Commit messages must meet [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) format.  \n  After staging changes just run `npm run commit` and get instant feedback on your commit message formatting and be prompted for required fields by [Commitizen](https://github.com/commitizen/cz-cli)\n\n## Contributing\n\nAll contributions are welcome!\n\n[lint-badge]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/lint.yml/badge.svg\n[lint-url]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/lint.yml\n[tsc-badge]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/tsc.yml/badge.svg\n[tsc-url]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/tsc.yml\n[build-badge]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/build.yml/badge.svg\n[build-url]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/build.yml\n[test-be-integration-badge]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/test-be-integration.yml/badge.svg\n[test-be-integration-url]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/test-be-integration.yml\n[deploy-production-badge]: https://github.com/mkosir/prisma-next-typescript/actions/workflows/deploy-production.yml/badge.svg\n[deploy-production-url]: https://prisma-next-typescript.vercel.app\n[typescript-badge]: https://badges.frapsoft.com/typescript/code/typescript.svg?v=101\n[typescript-url]: https://github.com/microsoft/TypeScript\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkosir%2Fprisma-next-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkosir%2Fprisma-next-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkosir%2Fprisma-next-typescript/lists"}