# README
API-Golang-mysql
It's an API with mux package and using the object relational mapping (ORM) mysql gorm.io.
starting the project
- clone the project in your device
- change the environment variable in the code
- go run main.go
Developer Note
to connect with mysql use a string like this user:password@/dbName?parseTime=true
if you want to implement my code and make a merge request you can do that, I will be so glad :)
# Packages
No description provided by the author
No description provided by the author
No description provided by the author