If you find this project helpful, please consider giving it a ⭐ to help it grow and support open source development!
bun install
cp .env.example .env
bunx prisma migrate deploy
bun run dev
Setup your postgresql db
Also setup eventblend frontend locally https://github.com/harshmangalam/event-blend-frontend
- Typescript
- Bun
- Hono
- Prisma
- Zod
- Postgresql
-
/prisma/
- contains prisma schema, seeds and migrations.
-
/src/config
- contains all configurations file like constants, env config etc.. getting used throughout the application
-
/src/lib
- contains lib initialization and utility functions.
-
/src/middleware
- contains auth and other middlewares.
-
/src/schema
- contains global zod schema that are reusable and getting used in more than one files.
-
/src/types
- contains global types i.e
Variables
type for hono etc...
- contains global types i.e
-
/src/feature
- contains platform feature i.e
- auth
- category
- event
- group
- location
- network
- topic
- user
- etc...
- contains platform feature i.e
Please go through CONTRIBUTING.md file before start contribution and code changes.
Join Discord Server: https://discord.gg/YNk8MRzb