{"id":20261940,"url":"https://github.com/avitorio/quickstack","last_synced_at":"2025-10-10T08:36:37.620Z","repository":{"id":49501774,"uuid":"280138529","full_name":"avitorio/quickstack","owner":"avitorio","description":"QuickStack - NestJS + Expo Boilerplate for Fast Web and Mobile App Development.","archived":false,"fork":false,"pushed_at":"2023-02-03T13:40:06.000Z","size":4886,"stargazers_count":5,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T04:21:42.235Z","etag":null,"topics":["docker","expo","graphql","nestjs","typescript"],"latest_commit_sha":null,"homepage":"quickstack-git-master.andrevitorio.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/avitorio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-16T11:41:02.000Z","updated_at":"2024-11-23T09:16:20.000Z","dependencies_parsed_at":"2023-02-15T09:46:32.374Z","dependency_job_id":null,"html_url":"https://github.com/avitorio/quickstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avitorio/quickstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitorio%2Fquickstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitorio%2Fquickstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitorio%2Fquickstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitorio%2Fquickstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avitorio","download_url":"https://codeload.github.com/avitorio/quickstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitorio%2Fquickstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003276,"owners_count":26083555,"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-10-10T02:00:06.843Z","response_time":62,"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":["docker","expo","graphql","nestjs","typescript"],"created_at":"2024-11-14T11:27:46.694Z","updated_at":"2025-10-10T08:36:37.582Z","avatar_url":"https://github.com/avitorio.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e  \n  \u003cimg src=\"https://i.imgur.com/iPDIEHm.png\" alt=\"QuickStack\" /\u003e\n  \u003cbr /\u003e\n  QuickStack - NestJS + Expo Boilerplate for Fast Web and Mobile App Development.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-%233a1ae7.svg\" alt=\"PRs welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-%233a1ae7\"\u003e\n\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=andrevitorio\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/andrevitorio?style=social\" alt=\"Follow @andrevitorio\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#%EF%B8%8F-getting-started\"\u003eGetting started\u003c/a\u003e •\n  \u003ca href=\"#-contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Features\n\n- NestJS;\n- Expo;\n- Typescript;\n- GraphQL;\n- PostgresSQL;\n- React Native Paper;\n- Handlebars for Email Templates;\n- Docker;\n- Authentication;\n- User Registration;\n- User Roles;\n- Password Recovery;\n- Backend Tests;\n\n## ⚡️ Getting started\n\n### Backend\n\nClone the repository and in your terminal cd into /backend.\n\nUsing Yarn:\n\n```sh\nyarn\n```\n\nUsing NPM:\n\n```sh\nnpm install\n```\n\nMake duplicates of the .example files in the root and /config directories and remove the .example extension.\nEdit them with your credentials.\n\nIf you'd like to load the backend with Docker, run:\n\n```sh\ndocker-compose up\n```\n\nOtherwise, if you have a Postgres instance running, you can run:\n\n```sh\nyarn start:dev\n```\n\nor\n\n```sh\nnpm run start:dev\n```\n\n### Frontend\n\ncd into /frontend.\n\nUsing Yarn:\n\n```sh\nyarn\n```\n\nUsing NPM:\n\n```sh\nnpm install\n```\n\nOnce the installation is done, run:\n\n```sh\nexpo start\n```\n\n## 👩🏽‍💻 User Roles\n\nThe boilerplate currently comes with two roles, Admins and Members.\nThe role of Admin is assigned to the first user to register on the system.\nSubsequent users are registered as members.\nThere's a role guard setup on the backend for GraphQL endpoints and on the frontend\nfor routes. I'll be updating the Users list screen so that Admins can update users\ninformation from the Dashboard.\n\n## ✨ Contributing\n\nThanks for being interested in contributing! We’re so glad you want to help! All type of contributions are welcome, such as bug fixes, issues or feature requests.\n\n## 📝 License\n\nLicensed under the [MIT License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitorio%2Fquickstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favitorio%2Fquickstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitorio%2Fquickstack/lists"}