modulepackage
0.0.0-20241220164900-26cc166eae47
Repository: https://github.com/tr1sm0s1n/gin-crud-api.git
Documentation: pkg.go.dev
# README
Gin-CRUD-API
Simple API demonstrating CRUD operations in Go with Gin.
🛠 Built With
⚙️ Run Locally
Clone the project
git clone https://github.com/tr1sm0s1n/gin-crud-api.git
cd gin-crud-api
Test the application
go test
Start the application
go run .
Or create an executable
go build -o build/
Run the executable
./build/gin-crud-api
For live reload, install Air
go install github.com/air-verse/air@latest
Run the application with Air
air
📜 License
Click here.
🎗️ Contributing
Click here.
⚖️ Code of Conduct
Click here.
# Structs
No description provided by the author