Evental is an open source event management platform.
Next.js, TypeScript, React, React Native, Prisma, Tailwind CSS, Radix UI, react-query, react-hook-form, mjml, Yarn
- AWS SES, AWS CloudFront, AWS S3, AWS Route53, AWS ACM
- PlanetScale MySQL
- Vercel
- Prisma Data Platform
- Upstash Redis
- Google Analytics
- Stripe
Prerequisites:
Clone the repository:
git clone https://github.com/eventalapp/evental
Duplicate .env.local.example
in each application (web, mobile & shared) and rename it to .env
Install dependencies and generate the prisma client:
yarn
Start the web development server:
yarn web dev
Start the mobile development server:
yarn mobile dev