Skip to content
/ loan_app Public

hypothetical loan application service written in Go, to demonstrate integration testing using testcontainers, Postgres and "external" Dockerized APIs

Notifications You must be signed in to change notification settings

rxrav/loan_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a hypothetical app processing loans for applicants based on some criteria

Here we simulate some scenarios using application amount limit, age, and credit score fetched from an external service

The intention of this app is to demonstrate

  • Dead simple dependency injection
  • Mocking (useing interfaces in Go and mockgen library)
  • Building docker images
  • Integration testing using testcontainers (Postgres, external APIs)

About

hypothetical loan application service written in Go, to demonstrate integration testing using testcontainers, Postgres and "external" Dockerized APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages