Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 235 Bytes

File metadata and controls

12 lines (10 loc) · 235 Bytes

Simple banking application using go, gorilla/mux and sqlx.

Environment variables

- SERVER_ADDRESS
- SERVER_PORT
- DB_USER
- DB_PASSWORD
- DB_ADDRESS
- DB_PORT
- DB_NAME

export environment variables and go run main.go