Categorygithub.com/amitmhr/golang-mux-crud-application-mysql
modulepackage
0.0.0-20240628075347-3193fc7c5c56
Repository: https://github.com/amitmhr/golang-mux-crud-application-mysql.git
Documentation: pkg.go.dev

# README

Golang Application using MUX and MySQL

Folder Structure ## Config ### Routes #### Views

run 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