https://github.com/koriebruh/api-product
REST API PRODUCT USE GORM, GIN, JWT AND MYSQL
https://github.com/koriebruh/api-product
gin-gonic golang gorm jwt mysql product rest-api
Last synced: about 1 month ago
JSON representation
REST API PRODUCT USE GORM, GIN, JWT AND MYSQL
- Host: GitHub
- URL: https://github.com/koriebruh/api-product
- Owner: koriebruh
- Created: 2024-09-26T13:43:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T10:44:49.000Z (over 1 year ago)
- Last Synced: 2025-06-20T16:51:46.451Z (about 1 year ago)
- Topics: gin-gonic, golang, gorm, jwt, mysql, product, rest-api
- Language: Go
- Homepage:
- Size: 9.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
======================================================
we use module from :
-> go get -u github.com/gin-gonic/gin
-> go get -u gorm.io/gorm
-> go get -u gorm.io/driver/mysql
-> go get -u github.com/golang-jwt/jwt/v5
-> go get golang.org/x/crypto/bcrypt
======================================================
mybe will be add unit test usage lib:
-> go get github.com/stretchr/testify