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

15
ap-pos/.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Dependencies
/node_modules
# Local Database
ap-pos.db
# Environment variables
.env
*.env.local
*.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*