Categorygithub.com/Jorik2018/gin-erp
repositorypackage
0.0.0-20240329234702-68c084b25648
Repository: https://github.com/jorik2018/gin-erp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

gin-erp alt text

an example rest api in golang and mysql

prerequisites

  • go
  • mysql

next steps

  • clone this repository
  • restore database mysql -u <mysql-username> -p < db.sql
  • run program go run server.go

go mod init github.com/Jorik2018/gin-erp go get -u github.com/gin-contrib/gzip

go mod tidy

mkdir gin-erp cd gin-erp go mod init isobit/erp go get github.com/gin-gonic/gin

https://blog.logrocket.com/rest-api-golang-gin-gorm/