11# RESTful API Go Fiber Boilerplate
22
33![ Go Version] ( https://img.shields.io/badge/Go-1.22+-00ADD8?style=flat&logo=go )
4- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/indrayyana /go-fiber-boilerplate )] ( https://goreportcard.com/report/github.com/indrayyana /go-fiber-boilerplate )
4+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/indravscode /go-fiber-boilerplate )] ( https://goreportcard.com/report/github.com/indravscode /go-fiber-boilerplate )
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
66[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
7- ![ Repository size] ( https://img.shields.io/github/repo-size/indrayyana /go-fiber-boilerplate?color=56BEB8 )
8- ![ Build] ( https://github.com/indrayyana /go-fiber-boilerplate/workflows/Build/badge.svg )
9- ![ Test] ( https://github.com/indrayyana /go-fiber-boilerplate/workflows/Test/badge.svg )
10- ![ Linter] ( https://github.com/indrayyana /go-fiber-boilerplate/workflows/Linter/badge.svg )
7+ ![ Repository size] ( https://img.shields.io/github/repo-size/indravscode /go-fiber-boilerplate?color=56BEB8 )
8+ ![ Build] ( https://github.com/indravscode /go-fiber-boilerplate/workflows/Build/badge.svg )
9+ ![ Test] ( https://github.com/indravscode /go-fiber-boilerplate/workflows/Test/badge.svg )
10+ ![ Linter] ( https://github.com/indravscode /go-fiber-boilerplate/workflows/Linter/badge.svg )
1111
1212A boilerplate/starter project for quickly building RESTful APIs using Go, Fiber, and PostgreSQL. Inspired by the Express boilerplate.
1313
@@ -28,7 +28,7 @@ If you would still prefer to do the installation manually, follow these steps:
2828Clone the repo:
2929
3030``` bash
31- git clone --depth 1 https://github.com/indrayyana /go-fiber-boilerplate.git
31+ git clone --depth 1 https://github.com/indravscode /go-fiber-boilerplate.git
3232cd go-fiber-boilerplate
3333rm -rf ./.git
3434```
223223
224224To view the list of available APIs and their specifications, run the server and go to ` http://localhost:3000/v1/docs ` in your browser.
225225
226- ![ Auth] ( https://indrayyana .github.io/assets/images/swagger1.png )
227- ![ User] ( https://indrayyana .github.io/assets/images/swagger2.png )
226+ ![ Auth] ( https://indravscode .github.io/assets/images/swagger1.png )
227+ ![ User] ( https://indravscode .github.io/assets/images/swagger2.png )
228228
229229This documentation page is automatically generated using the [ Swag] ( https://github.com/swaggo/swag ) definitions written as comments in the controller files.
230230
@@ -410,4 +410,4 @@ If you find this boilerplate useful, consider giving it a star! ⭐
410410
411411## Contributors
412412
413- [ ![ Contributors] ( https://contrib.rocks/image?c=6&repo=indrayyana /go-fiber-boilerplate )] ( https://github.com/indrayyana /go-fiber-boilerplate/graphs/contributors )
413+ [ ![ Contributors] ( https://contrib.rocks/image?c=6&repo=indravscode /go-fiber-boilerplate )] ( https://github.com/indravscode /go-fiber-boilerplate/graphs/contributors )
0 commit comments