go-realworld icon indicating copy to clipboard operation
go-realworld copied to clipboard

Example realworld API built using Go's standard net/http library

Results 2 go-realworld issues
Sort by recently updated
recently updated
newest added

I created an k8s setup as an exercise and it works pretty well. However I also added a setup for the newman/postman tests, which shows that the api is not...

When I called the bellow api , this error of `pq: null value in column "favorites_count" of relation "articles" violates not-null constraint` is happend. ```bash curl --location --request POST 'http://localhost:6001/api/v1/articles'...