Categorygithub.com/CalebEWheeler/go-project-v1
modulepackage
0.0.0-20210225203038-eab53c22bc38
Repository: https://github.com/calebewheeler/go-project-v1.git
Documentation: pkg.go.dev

# README

This RestAPI is built using Google's language Go, Fiber, GORM, and MySQL

Setup:

First install the following via the command line:

  1. go get -u github.com/gofiber/fiber/v2
  2. go get -u github.com/go-sql-driver/mysql
  3. go get “github.com/jinzhu/gorm”

Imports used:

  1. "github.com/gofiber/fiber"
  2. _ "github.com/go-sql-driver/mysql"
  3. "github.com/jinzhu/gorm"
  4. _ "github.com/jinzhu/gorm/dialects/mysql"
  5. "fmt"
  6. "strconv"

# Packages

No description provided by the author
No description provided by the author