# README
How to run your project
You need to have air
installed, after that run:
air
How to set up your Go project
-
Set up dependency tracking inside of our go app with
go mod init unique url
-
Install
Gin
usinggo get -u github.com/gin-gonic/gin