first commit

This commit is contained in:
lll3v3nt3
2026-04-01 12:54:07 +02:00
commit 648eb6cd27
29 changed files with 6860 additions and 0 deletions

20
backend/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "chinook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"sqlite3": "^5.0.6"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}