go-money-backend

module
v0.0.0-...-b59a184 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: MIT

README

go-money

Build Status | codecov | Go Report Card | GoDoc

A project that allows you to manage your day-to-day expenses.

Support for

  • REST service
  • Authentication
  • Dropbox image upload and download
  • Postgres database

Start

It starts the api on port 8082 [here]

make start 

Dependecy Management

Dep

Project dependencies are managed using Dep. Read more about Dep.

  • Install dependencies: dep ensure
  • Update dependencies: dep ensure -update
Go
go get github.com/joaosoft/go-money-backend/app

Usage

This examples are available in the project at go-money-backend/bin/launcher/main.go

start := time.Now()
//
// money
app, err := gomoney.NewMoney()
if err != nil {
    log.Error(err)
} else {
    app.Start()
}

elapsed := time.Since(start)
log.Infof("ELAPSED TIME: %s", elapsed)

Follow me at

Facebook: https://www.facebook.com/joaosoft

LinkedIn: https://www.linkedin.com/in/jo%C3%A3o-ribeiro-b2775438/

If you have something to add, please let me know joaosoft@gmail.com

Directories

Path Synopsis
Go Money API
Go Money API
bin

Jump to

Keyboard shortcuts

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