Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```