Skip to content

rafaelfnaves/mymoney-gofr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMoney

MyMoney is a personal finance management application built with Go, designed to help users track daily expenses.

Description

This project leverages the gofr.dev opinionated framework For accelerated microservice development. MyMoney aims to simplify personal finance tracking expenses.

Technologies Used

  • Go: Main programming language for backend development.
  • gofr.dev: Framework for building scalable Go microservices.
  • PostgreSQL: (Optional) For persistent data storage.
  • Docker: (Optional) For containerized deployment.

Getting Started

  1. Clone the repository.
  2. Install Go and dependencies of the project go mod tidy.
  3. Execute docker-compose up -d to up Postgres database.
  4. Run application with go run cmd/main.go.
  5. Use extension Rest Client in VS Code to make requests and test API at file api.http. (Or other alternatives)

License

MIT License

About

API with gofr to track daily expenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages