Skip to content

nf1s/go-iban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN Validator

A web service written in go that validates IBAN numbers.

Requirements

  • Go 1.19
  • Postgres 14
  • Just

Installation

$ go mod download

Development

Make sure your Postgres DB is running and you have the following environment variables set:

DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=

Run the migrations script to create the necessary tables:

just migrate

Run the server:

just run

Build the project:

just Build

Deployment

docker-compose

$ docker-compose up

Kubernetes

$ just deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published