Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 3.05 KB

README.md

File metadata and controls

112 lines (77 loc) · 3.05 KB
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