command
module
Version:
v0.0.0-...-68c084b
Opens a new window with list of versions in this module.
Published: Mar 29, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gin-erp 
an example rest api in golang and mysql
prerequisites
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/
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.