# README
This RestAPI is built using Google's language Go, Fiber, GORM, and MySQL
Setup:
First install the following via the command line:
- go get -u github.com/gofiber/fiber/v2
- go get -u github.com/go-sql-driver/mysql
- go get “github.com/jinzhu/gorm”
Imports used:
- "github.com/gofiber/fiber"
- _ "github.com/go-sql-driver/mysql"
- "github.com/jinzhu/gorm"
- _ "github.com/jinzhu/gorm/dialects/mysql"
- "fmt"
- "strconv"