Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 335 Bytes

Carnaval Project

This is a application to learn a little more about gin and gorm ORM

Install

Assuming you already have clone this repository, run a simple:

go get

Building

Build project:

make build

Deploying

Start the api:

make start