Skip to content

ayans101/bank

Repository files navigation

Backend Web API Service for a Bank

Setup local development

Install tools

Setup infrastructure

  • Create the bank-network

    make network
  • Start postgres container:

    make postgres
  • Create bank database:

    make createdb
  • Run db migration up all versions:

    make migrateup

How to run

  • Run server:

    make server
  • Run test:

    make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published