Skip to content

wibowo-id/go_fiber

Repository files navigation

wiowo.id

 

Demo

Go Fiber

Boiler template for API

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Simple and scalable starter kit to build powerful and organized REST projects with Fiber.

✨ Features

  • Logging
  • Repository Pattern
  • ORM database with Gorm
  • Mocking with GoMock
  • Api documentation with Swaggo
  • Support JWT authentication
  • Containerization with Docker compose
  • Unit testing with testify
  • CI\CD with Github Actions

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Go, Docker and MySQL installed.

🏁 Starting

# Clone this project
$ git clone git@github.com:wibowo-id/go_fiber.git

# Access
$ cd go_fiber

# Download dependencies
$ go get -v ./...

# Run the project
$ go run cmd/main.go

# The server will initialize in the <http://{host}:{port}>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by wibowo.id

 

Back to top

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages