{"id":16498605,"url":"https://github.com/krsbx/create-roses-backend","last_synced_at":"2026-04-19T02:09:04.521Z","repository":{"id":44330161,"uuid":"512058642","full_name":"krsbx/create-roses-backend","owner":"krsbx","description":"Simplify process of creating a TypeSafety backend with Node Js, Prisma, and TypeScript","archived":false,"fork":false,"pushed_at":"2023-06-01T09:00:17.000Z","size":966,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-23T06:42:48.578Z","etag":null,"topics":["epxress","nodejs","prisma","prisma-client","repository-pattern","typescript"],"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/krsbx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"krsbx","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://trakteer.id/krsbx"]}},"created_at":"2022-07-09T00:35:20.000Z","updated_at":"2022-08-06T07:40:30.000Z","dependencies_parsed_at":"2024-10-11T14:49:25.182Z","dependency_job_id":"7a074988-7054-45bc-952c-253469e62fae","html_url":"https://github.com/krsbx/create-roses-backend","commit_stats":{"total_commits":59,"total_committers":2,"mean_commits":29.5,"dds":"0.38983050847457623","last_synced_commit":"d15aedae1b1227a379833f6614e2551a28c30588"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krsbx%2Fcreate-roses-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krsbx%2Fcreate-roses-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krsbx%2Fcreate-roses-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krsbx%2Fcreate-roses-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krsbx","download_url":"https://codeload.github.com/krsbx/create-roses-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241391339,"owners_count":19955515,"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":["epxress","nodejs","prisma","prisma-client","repository-pattern","typescript"],"created_at":"2024-10-11T14:49:22.809Z","updated_at":"2025-10-15T17:26:26.427Z","avatar_url":"https://github.com/krsbx.png","language":"TypeScript","funding_links":["https://ko-fi.com/krsbx","https://trakteer.id/krsbx"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  create-roses-backend\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Interactive CLI to quickly set up a RESTful backend API with Express, Prisma, and TypeScript.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Get started with CRB by running \u003ccode\u003enpx create-roses-backend\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![PRs-Welcome][contribute-image]][contribute-url] [![NPM version][npm-image]][npm-url]\n[![Downloads][downloads-image]][npm-url]\n\n\u003c/div\u003e\n\n[downloads-image]: https://img.shields.io/npm/dm/create-roses-backend?color=364fc7\u0026logoColor=364fc7\n[npm-url]: https://www.npmjs.com/package/create-roses-backend\n[npm-image]: https://img.shields.io/npm/v/create-roses-backend?color=0b7285\u0026logoColor=0b7285\n[contribute-url]: https://github.com/krsbx/create-roses-backend/blob/main/CONTRIBUTING.md\n[contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg\n\n## Table of contents\n\n- \u003ca href=\"#about\"\u003eWhat is CRB?\u003c/a\u003e\n- \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n- \u003ca href=\"#cli\"\u003eCLI Docs\u003c/a\u003e\n- \u003ca href=\"#contributors\"\u003eContributors\u003c/a\u003e\n\n\u003ch2 id=\"about\"\u003eWhat is CRB?\u003c/h2\u003e\n\n\"_Create Roses Backend_\" is a CLI that you can run to initialize your Backend much faster by including all the necessary tools that you need, including 2 API template that you can chose to use.\n\n**Keep in mind** that the generated template/boilerplate can still be modified as much as you like. The API template that we provide are a simple API that we believe can help you to initialize your code faster since it's one of the API that most people need.\n\n\u003ch2 id=\"getting-started\"\u003eGetting Started\u003c/h2\u003e\n\nTo get started with `create-roses-backend`, run any of the following commands and answer any questions from the prompt:\n\n### npm\n\n```bash\nnpx create-roses-backend@latest\n```\n\n\u003ch2 id=\"cli\"\u003eCLI Docs\u003c/h2\u003e\n\nThe following CLI options and flags can be use to configure the behavior when running the CLI:\n\n| Option/Flag       | Description                                           |\n| ----------------- | ----------------------------------------------------- |\n| `[dir]`           | The directory to create the new Roses Backend         |\n| `--noGit`         | Explicitly tell to not init a git repository          |\n| `--noInstall`     | Explicitly tell to not install all dependencies       |\n| `--withTemplate`  | Explicitly tell to use all templates                  |\n| `--withUser`      | Explicitly tell to use user templates                 |\n| `--withFile`      | Explicitly tell to use file templates                 |\n| `-y`, `--default` | Bypass the CLI and use default values for all prompts |\n\n\u003ch2 id=\"contributors\"\u003eContributors\u003c/h2\u003e\n\nWe 💖 contributors! Feel free to contribute to this project but **please read the [Contributing Guidelines](CONTRIBUTING.md) before opening an issue or PR** so you understand the branching strategy and local development environment.\n\n\u003c!--\n\u003ca href=\"https://github.com/krsbx/create-roses-backend/graphs/contributors\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=\"720\" src=\"https://contrib.rocks/image?repo=krsbx/create-roses-backend\" alt=\"A table of avatars from the project's contributors\" /\u003e\n  \u003c/p\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  Made with \u003ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://contrib.rocks\"\u003econtrib.rocks\u003c/a\u003e\n\u003c/p\u003e --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrsbx%2Fcreate-roses-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrsbx%2Fcreate-roses-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrsbx%2Fcreate-roses-backend/lists"}