All Projects → adorsys → golang-chi-rest-db-oauth-sample

adorsys / golang-chi-rest-db-oauth-sample

Licence: Apache-2.0 license
REST sample with all the stuff we use

Programming Languages

go
31211 projects - #10 most used programming language

Build Status

golang-chi-rest-db-oauth-sample

REST sample with all the stuff we need in our day jobs

Setup

curl --request GET \
  --url http://localhost:3333/articles \
  --header 'accept: application/json' \
  --header 'authorization: Bearer $JWT'
  • generate route markdown docs: go run main.go --routes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].