Skip to content

InformaticsResearchCenter/golang-restful-api-sample

Repository files navigation

golang-restful-api-sample

Sample for Building RESTful API using Golang, and MariaDB (MySQL)

Golang Library

SQL Driver

go get github.com/go-sql-driver/mysql

HTTP Router

go get github.com/julienschmidt/httprouter

Go Struct and Field Validator

go get github.com/go-playground/validator/v10

Go Dot Env

go get github.com/joho/godotenv

NOTE

This repo is not for building an application but only as an example or you could say as a template for basic web services with Golang and MariaDB (MySQL).

About

Sample for Building RESTful API using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors