gus

command module
v0.0.0-...-ca65757 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2019 License: MIT Imports: 10 Imported by: 0

README

gus

Backend for the Personal finance management application, Tars

Getting Started

  1. Install go 1.12 brew install go@1.12
  2. Run go run . to start the application

Migrations

  • Migrations will be run when the applications start up.
  • We use a simple package called migrate.
  • They are written in raw SQL.
  • Each migration has a correspoding <NAME>.up.sql and <NAME>.down.sql file.

If you need to create migrations, install migration cli brew install golang-migrate.

Then run:

make gen.migration NAME=some_migration_name

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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