Fintechs API app was developed with these technologies
This project It is being developed to learn the basis of Go programming language development. I am using this project to have contact with go sintax and patterns. In this process, I will learn the following techs: Gorm as ORM and Mux as router request/response handler.
# Clone this repo
$ https://github.com/LucasPereiraMiranda/go-fintechs-api
# build dependencies in go module:
$ go get
# Inside project, run docker-compose to up docker postgres & pgadmin containers:
$ docker-compose up
# compile & run the api with:
$ go run main.go
The command docker-compose up will run the sql create table queries by default