Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 307 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 307 Bytes

Go Ewallet App

A REST API service for ewallet

How to

Start a Live Reload Server

$ air

Start a Server

$ make run

Create a Migration File

$ make migrate-create FILENAME=your_migration_name

Run a Migration UP/DOWN

$ make migrate-up

$ make migrate-down