go_bank

command module
v0.0.0-...-53deb2a Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2018 License: MIT Imports: 9 Imported by: 0

README

A simple bank management system written on Go

Install Instruction

First of all you need Go and node.js/npm installed

Please install all necessary dependencies

npm install --save-dev

When it will be done you must add config file there will be your secure settings( database connection, secret salt etc.) from example example.json

cp example.json config.json

When you can change all needed env variables(set passwords for example)

nano config.json

Also you need to install all dependencies using Govendor tool

go get -u github.com/kardianos/govendor
govendor sync

Than you need to build binary file

go build -o output_binary .

And run binary file

./output_binary

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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