# README
Golang Application using MUX and MySQL
Folder Structure
## Config ### Routes #### Viewsrun this command to install the mux package go get -u github.com/gorilla/mux create new router create function for handle the api request
Database connection steps
go get -u github.com/go-sql-driver/mysql
# Functions
No description provided by the author