add node express & postgresql starter template

This commit is contained in:
2024-05-21 05:53:18 +02:00
parent 80bd52ebe8
commit 87212c27c3
8 changed files with 1570 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Project settings
PROJECT_NAME=express-postgres
# PostgreSQL settings
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
# Express settings
PORT=3000