simple-bank

command module
v0.0.0-...-54fae76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 11 Imported by: 0

README

simple-bank

Repository Top Language Github Open Issues GitHub contributors

Simple Bank

About

A test project that is created in the process of learning, the purpose of which is to create a simple banking application and study various technologies that may be useful in the development.

Usefull commands

$> make postgres     # run postgres instance in docker
$> make createdb     # create database via createdb command
$> make dropdb       # drop database via dropdb command
$> make migrateup    # run migrate up
$> make migratedown  # run migrate down
$> make sqlc         # generate sqlc code
$> make mock         # generate mock code for store
$> make test         # run tests
$> make lint         # run linter
$> make cloc         # show project line number
$> make stop         # stop all containers

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
mock
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL