chore: init backend and ignore local artifacts

This commit is contained in:
taDuc
2026-04-13 21:33:12 +07:00
commit 6f7e819aca
11 changed files with 3703 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "be-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.8.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"swagger-ui-express": "^5.0.1"
}
}