feat: initial SchwarmbLog monorepo setup
- React + Vite + TanStack Router/Query frontend - Hono + Prisma + MySQL backend - Prisma schema mit allen Entitäten - Docker + docker-compose Setup - Tailwind mit Salm/Ozean Farbpalette
This commit is contained in:
3
apps/api/.env.example
Normal file
3
apps/api/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
DATABASE_URL="mysql://user:password@localhost:3306/schwarmblog"
|
||||
JWT_SECRET="change-me-in-production"
|
||||
PORT=3001
|
||||
Reference in New Issue
Block a user