Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 323 Bytes

Campus-Server

postgres connection .env

POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgrespass
POSTGRES_DB_NAME=postgres
POSTGRES_TIMEZONE=Asia/Tehran
POSTGRES_SSL_MODE=disable
JWT_SECRET=VERYSECRET

how to run

go mod init backend
go mod tidy -compat=1.17
go run .