Set up initial frontend with Vite and integrated Docker for full-stack build

This commit is contained in:
alexandre grondin
2026-04-19 22:24:59 +02:00
commit ac63c4be99
37 changed files with 9796 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "budget-commun-backend",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"pg": "^8.13.3",
"express": "^4.18.2",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.2",
"bcryptjs": "^2.4.3"
}
}