This project was carried out solely as a means of Golang studies. Consists of a CRUD of products and categories.
#Clone repository
$ git clone https://github.com/dkzord/fullcycle-goapi.git
#Upload the docker application
$ docker-compose up -d
#Enter the root folder
$ cd cmd/catalog
#Run the project
$ go run main.go