Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipjyotimetia/goginapi
api developed using go and gin-gonic
https://github.com/dipjyotimetia/goginapi
Last synced: 6 days ago
JSON representation
api developed using go and gin-gonic
- Host: GitHub
- URL: https://github.com/dipjyotimetia/goginapi
- Owner: dipjyotimetia
- Created: 2020-06-07T09:41:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:56:13.000Z (11 days ago)
- Last Synced: 2024-12-13T01:29:14.200Z (11 days ago)
- Language: Go
- Homepage:
- Size: 27.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Go Gin Api
### Architecture
### To Generate Mock
```bash
mockgen -source=repository/user-repository.go -destination=mocks/user-mock/mock_repository.go
```### Run in docker
```bash
make compose | docker-compose up -d
```### Run in local kubernetes cluster
```bash
deploy.sh
cleandeploy.sh
```