Added postgres DB, models. Updated services for ansync DB operations, etc

This commit is contained in:
KS Jannette
2026-05-18 18:03:01 -04:00
parent 5d32d5c537
commit cbb76fd72d
17 changed files with 600 additions and 77 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
DATABASE_URL=postgres://app:app@localhost:5432/app
PORT=3000
DEBUG=