feat: complete day 15

This commit is contained in:
Ayobami
2025-07-18 21:34:29 +01:00
parent 9113ba4c74
commit cbbb0ed4c4
4 changed files with 143 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "day15",
"version": "1.0.0",
"description": "- setup project\r - implement https://www.treeql.org/ manually",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"mysql2": "^3.14.2",
"sequelize": "^6.37.7"
}
}