Refactor folder structure
Replace schema with actual models
Add swagger
Add zod for query validation

Signed-off-by: Pascal Syma <pascal@syma.dev>
1 parent 5880e74 commit 7863862ff4edd17562458349b3be60515daff087
@Pascal Syma Pascal Syma authored on 10 Jun
Showing 21 changed files
View
.gitignore
View
.prettierignore
View
Dockerfile
View
bun.lockb
Not supported
View
package.json
View
src/api/index.ts 0 → 100644
View
src/api/v0/booking.ts 0 → 100644
View
src/api/v0/index.ts 0 → 100644
View
src/db/migrations/0002_aromatic_vulcan.sql 0 → 100644
View
src/db/migrations/meta/0002_snapshot.json 0 → 100644
View
src/db/migrations/meta/_journal.json
View
src/db/schema/audit.ts 0 → 100644
View
src/db/schema/booking.ts 0 → 100644
View
src/db/schema/notification.ts 0 → 100644
View
src/db/schema/posts.ts 100644 → 0
View
src/db/schema/schema.ts
View
src/db/schema/users.ts 100644 → 0
View
src/index.ts
View
src/swagger.ts 0 → 100644
View
src/zod.ts 0 → 100644
View
tsconfig.json