feat: Implement persistence and initial project setup

This commit is contained in:
Marco Gallegos
2025-08-12 20:06:49 -06:00
parent 26a4051c32
commit 8b9f5afe96
11 changed files with 3381 additions and 0 deletions

17
ap-pos/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "ap-pos",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"sqlite3": "^5.1.7"
}
}