Categorygithub.com/joaosoft/go-money-backend
module
0.0.0-20230602100825-b59a18429ea6
Repository: https://github.com/joaosoft/go-money-backend.git
Documentation: pkg.go.dev

# 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 [email protected]

# Packages

Go Money API Go Money is a general day-to-day expenses manager.
No description provided by the author