项目作者: Chillaso

项目描述 :
Go API REST using MongoDB and Gin gonic framework to manage home finances
高级语言: Go
项目地址: git://github.com/Chillaso/financial-house.git
创建时间: 2020-11-29T10:01:52Z
项目社区:https://github.com/Chillaso/financial-house

开源协议:

下载


Financial house

Financial house is an API REST developed with Go using Gin gonic framework and MongoDB.
Deployed in docker

The main purpose of this project is control house finances as an excel book but adding
filters, budgets and exposing this API to Internet in order to access everywhere.

DIY, avoid companies control your finances.

TODO:

  • Finish CRUD
  • Add calculation logic
  • Add validations
  • Add budgets CRUD
  • Add filters
  • Hand errors in a clean way, view this for more details
  • Add a base controller and base service to reuse CRUD common logic
  • Add result pagination
  • Infrastructure (Going to deploy in Raspberry pi 4 with MicroK8s)