add node express & mysql starter template

This commit is contained in:
2024-05-21 06:01:40 +02:00
parent 87212c27c3
commit 0a672fda98
9 changed files with 1678 additions and 0 deletions

View File

@@ -1,10 +1,12 @@
# 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