Progress on API routes

This commit is contained in:
2026-02-02 03:35:41 -05:00
parent 82128e444e
commit 7bd0bbe2d8
15 changed files with 927 additions and 99 deletions

8
set-env.sh Normal file
View File

@@ -0,0 +1,8 @@
export DB_TYPE=postgres
export DB_HOST=localhost
export DB_PORT=5432
export DB_USERNAME=glossary_dev_user
export DB_PASSWORD=glossary_dev_password
export DB_NAME=glossary_dev_db
npm run db:run_migrations