initial commit

This commit is contained in:
2025-06-18 14:25:18 +02:00
commit f036a8af15
17 changed files with 2365 additions and 0 deletions

14
backend/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"scripts": {
"dev": "bun run src/main.ts"
},
"dependencies": {
"@clerk/express": "^1.7.0",
"@types/bun": "^1.2.16",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0"
}
}