Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanbirhossain/golang-restapi-mysql-gorm-mux

simple go rest api using mysql database with GORM ORM and MUX route
https://github.com/tanbirhossain/golang-restapi-mysql-gorm-mux

go golang gorm-orm mysql-database rest-api

Last synced: 6 days ago
JSON representation

simple go rest api using mysql database with GORM ORM and MUX route

Awesome Lists containing this project

README

        

# Golang-RestApi-Mysql-Gorm-Mux

### Installation

Installing the GORM, Gorilla Mux and MySQL package is fairly simple. You just need to run below three commands :

```
go get -u github.com/gorilla/mux
go get -u github.com/jinzhu/gorm
go get -u github.com/go-sql-driver/mysql
```