Initial commit

This commit is contained in:
Nama Kamu 2026-09-15 12:59:59 +07:00
commit 27283e041b
4 changed files with 16 additions and 0 deletions

0
.env Normal file
View File

13
.env.example Normal file
View File

@ -0,0 +1,13 @@
# Server Configuration
# --------------------
PORT=4000
ENVIRONMENT=dev # Options: dev, stage, prod
# -----------------------------------------
# PostgreSQL Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB USER=postgres
DB_PASSWORD=your_secure_password
DB_NAME=snippetbox
DB_SSLMODE=disable #t'disable' or 'require'

0
.gitignore vendored Normal file
View File

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module 5803025048/W04
go 1.27.1