/go-fintechs-api

API rest to handle fintechs data builded with golang to practice the basis of golang development

Primary LanguageGo


Fintechs API

GitHub language count Repository size GitHub last commit Repository issues



🚀 Techs

Fintechs API app was developed with these technologies

💻 Project

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.

💥 Installation

# 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

⚠️ Obs

The command docker-compose up will run the sql create table queries by default