LucasPereiraMiranda / go-fintechs-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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


About

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


Languages

Language:Go 98.7%Language:Shell 1.3%