- Go (1.23)
- Gin
- PostgreSQL
- Clone the repo
git clone https://github.com/rarinugraha/go-bank-dki.git
- Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
- Start the local development server
go run main.go
You can now access the server at http://localhost:8080