#Open The Terminal
- git clone https://github.com/roushanj/mysqlRestApi
- Set GOPATH to the clone folder
- No Need to install pkg(if you using vscode)
- Build the Api by command :: go build main.go
#Open different terminal
1.mysql -u "user" -p (enter password)
2.select DB;(create in main.go)
3.select Table people (automigrate)
@then in first terminal run ./main
#Open Postman and test API Port :: As Your Wish (Default:8000)