Skip to content

yama6a/iban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN Demo Project

Introduction

This project implements a simple IBAN format validator.

Development Progres Documentation

Link: Here

Development Environment

For details, please refer to the Makefile

Important Commands:

make image # Builds the runtime image

make run # Builds and runs the runtime image (webserver on port 18888)
HTTP_PORT=22334 make run # Same as above, but with a different port

make test # Runs all tests
make coverage # Creates a test coverage report and automatically opens it in the browser

make vendor # Updates dependencies

make serve_docs # Serves the Swagger documentation

Deployment

(assuming you have a kubernetes cluster)

Namespace must be created first, then the rest!

kubectl apply -f .k8s/namespace && kubectl apply -f .k8s/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors