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

https://github.com/tupizz/ask-me-anything-golang

Websockets and REST endpoints
https://github.com/tupizz/ask-me-anything-golang

golang rest webhook websockets

Last synced: 2 months ago
JSON representation

Websockets and REST endpoints

Awesome Lists containing this project

README

        

### Generating from scratch

```
go generate ./...
```

### Generating migrations

```
go run ./cmd/tools/terndotenv/main.go
```

### Creating new Migration

```
tern new --migrations ./internal/store/pgstore/migrations update_messages_table_message_column
```

### Generating code with `sqlc`

```
sqlc generate -f ./internal/store/pgstore/sqlc.yaml
```