{"id":14989826,"url":"https://github.com/dimimikadze/fest","last_synced_at":"2025-05-07T16:06:35.375Z","repository":{"id":99287163,"uuid":"582304973","full_name":"DimiMikadze/fest","owner":"DimiMikadze","description":"SaaS boilerplate built with Node.js \u0026 React.","archived":false,"fork":false,"pushed_at":"2023-01-09T07:39:08.000Z","size":495,"stargazers_count":207,"open_issues_count":0,"forks_count":19,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-01-03T06:47:27.721Z","etag":null,"topics":["auth0","jamstack","nestjs","nextjs","nodejs","postgresql","prisma","react","saas","saas-boilerplate"],"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/DimiMikadze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-12-26T11:57:44.000Z","updated_at":"2024-11-04T17:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"e57f3b18-6573-4054-88ce-997c2fa7cdad","html_url":"https://github.com/DimiMikadze/fest","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":0.05555555555555558,"last_synced_commit":"402979e9ee241562b661ce715c0387e10c5b35b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Ffest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Ffest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Ffest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimiMikadze%2Ffest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimiMikadze","download_url":"https://codeload.github.com/DimiMikadze/fest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233352263,"owners_count":18663265,"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":["auth0","jamstack","nestjs","nextjs","nodejs","postgresql","prisma","react","saas","saas-boilerplate"],"created_at":"2024-09-24T14:18:58.950Z","updated_at":"2025-01-10T13:34:07.610Z","avatar_url":"https://github.com/DimiMikadze.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fest\n\nFest is a SaaS boilerplate built with Node.js \u0026 React. It's equipped with the following features:\n\n- User authentication and authorization with email verification and password reset.\n- Organizations management system.\n- Invite system: users can join organizations by having different roles.\n- Secure API endpoints and Front-end routes with role-based authorization.\n\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n    \u003cimg width=\"320\" src=\"https://github.com/DimiMikadze/fest/blob/main/screenshot2.png\"\u003e\n  \u003c/kbd\u003e\n  \u003ckbd\u003e\n    \u003cimg width=\"320\" src=\"https://github.com/DimiMikadze/fest/blob/main/screenshot.png\"\u003e\n  \u003c/kbd\u003e\n\u003c/p\u003e\n\n## Tech Stack\n\nThe repository is structured as a Monorepo using [Nx](https://nx.dev). It contains two apps:\n\n- [api](./apps/api) A [Nest.js](https://nestjs.com/) application, with [Prisma ORM](https://www.prisma.io/).\n- [frontend](./apps/frontend) A [Next.js](https://nextjs.org/) application with [MUI](https://mui.com/) React components.\n\nAnd a [shared](./libs/shared) library for sharing common Typescript types, constants, and utility functions across apps.\n\n[auth0](https://auth0.com/) is used for Identity management and PostgreSQL as a database.\n\n## Requirements\n\n- You'll need docker installed on your machine to run the PostgreSQL.\n- For identity management to work, you need to create an account in [auth0](https://auth0.com/) and create two apps in there as described in [here](./docs/auth0.md).\n- [Postmark](https://postmarkapp.com/) is used in the repository as an email client. To send emails with Postmark, grab the key from their dashboard and add it to `apps/api/.env`. If you want to use another email client, change the corresponding code in `apps/api/src/mail.service.ts`.\n\n## Getting started\n\n- Clone the repo: `git clone https://github.com/DimiMikadze/fest.git`.\n- Install dependencies: `yarn`.\n- Rename `apps/api/.env.example` to `.env` and `apps/frontend/.env.local.example` to `.env.local` and update environment variables.\n- Navigate to the `apps/api` directory and run `docker-compose up`, to run the PostgreSQL instance.\n- run `yarn prisma:migrate:dev init` to run the initial migrations.\n- run `yarn dev` from the project's root, to run API and frontend apps in the development mode.\n\n## License\n\nFest is an open-source software [licensed as MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimimikadze%2Ffest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimimikadze%2Ffest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimimikadze%2Ffest/lists"}