{"id":19020479,"url":"https://github.com/dj0nny/express-prisma-boilerplate","last_synced_at":"2026-04-13T13:31:59.375Z","repository":{"id":98741598,"uuid":"524605617","full_name":"dj0nny/express-prisma-boilerplate","owner":"dj0nny","description":"An Express - Prisma ORM boilerplate","archived":false,"fork":false,"pushed_at":"2022-08-15T08:06:07.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-02T17:47:14.353Z","etag":null,"topics":["boilerplate","boilerplate-application","express","express-postgres","express-prisma","expressjs","postgresql","prisma","prisma-postgres"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dj0nny.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-14T07:44:26.000Z","updated_at":"2022-08-15T08:10:16.000Z","dependencies_parsed_at":"2023-04-16T12:35:35.437Z","dependency_job_id":null,"html_url":"https://github.com/dj0nny/express-prisma-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dj0nny/express-prisma-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fexpress-prisma-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fexpress-prisma-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fexpress-prisma-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fexpress-prisma-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dj0nny","download_url":"https://codeload.github.com/dj0nny/express-prisma-boilerplate/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dj0nny%2Fexpress-prisma-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["boilerplate","boilerplate-application","express","express-postgres","express-prisma","expressjs","postgresql","prisma","prisma-postgres"],"created_at":"2024-11-08T20:17:16.414Z","updated_at":"2026-04-13T13:31:59.360Z","avatar_url":"https://github.com/dj0nny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-prisma-boilerplate\n\nAn Express - Prisma ORM boilerplate\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/dj0nny/express-prisma-boilerplate.git\n```\n\nGo to the project directory\n\n```bash\n  cd express-prisma-boilerplate\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run dev\n```\n\n## Environment Variables\n\nTo run this project, you will need to edit the following environment variables to your .env file\n\n`DATABASE_URL`\n\n## Prisma Configuration\n\nFor this boilerplate, the default database client is __Postgres__.\n\nYou can clean up the example migration with `rm -rf ./prisma/migrations` command.\n\nBefore running this boilerplate, you need to update your `schema.prisma` located in the `./prisma` folder.\n\nInside this file will go the model definitions of your database tables. Once you update the models, you can update the database running `npx prisma migrate dev --name migration-name`.\nThis command is going to do two things:\n  1. It creates a new SQL migration file for this migration\n  2. It runs the SQL migration file against the database\n \nWhenever you make changes to your Prisma schema in the future, you manually need to invoke `prisma generate` in order to accommodate the changes in your Prisma Client API.\n\n### Seed\n\nThis boilerplate provides a `seed.js` file located in the `./prisma` folder. You can run it using `npx prisma db seed`.\n\n## Tech Stack\n\nNode.js, Express, Prisma.js, Postgres\n## Authors\n\n- [@dj0nny](https://github.com/dj0nny/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fexpress-prisma-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdj0nny%2Fexpress-prisma-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdj0nny%2Fexpress-prisma-boilerplate/lists"}