Prepare CI and deployment scaffolding
Some checks failed
CI / Backend Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Build Docker Images (push) Has been cancelled

This commit is contained in:
2025-10-16 17:18:18 -05:00
parent 0ecd6c67eb
commit 42dc3c8097
6 changed files with 326 additions and 5 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Global defaults
NODE_ENV=development
# Backend service
DATABASE_URL=postgresql://merchantsofhope_user:merchantsofhope_password@merchantsofhope-supplyanddemandportal-database:5432/merchantsofhope_supplyanddemandportal
JWT_SECRET=merchantsofhope_jwt_secret_key_2024
PORT=3001
# Frontend service
REACT_APP_API_URL=http://localhost:3001