fiber-boilerplate

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

MIT License

Stars
75
fiber-boilerplate - v1.5.0 Latest Release

Published by efectn over 2 years ago

What's Changed

  • Bump dependencies.
  • More logical logging.
  • Make some directory names singular.
  • Repository pattern.
  • Add mocking support.
  • Module system.
  • Better codebase style.

Full Changelog: https://github.com/efectn/fiber-boilerplate/compare/v1.4.0...v1.5.0

fiber-boilerplate - v1.4.0

Published by efectn over 2 years ago

Changes:

  • Dependency injection with uber-go/fx 🎉
  • Add PostgreSQL support with Ent 🎉
  • More organized response and error handling.
  • Human readable validation messages.
  • Re-structure directory style.
  • New service pattern.
  • Numerous improvements.

Full Changelog: https://github.com/efectn/fiber-boilerplate/compare/v1.3...v1.4.0

fiber-boilerplate - v1.3.1

Published by efectn over 2 years ago

What's Changed

Full Changelog: https://github.com/efectn/fiber-boilerplate/compare/v1.3...v1.3.1

fiber-boilerplate - v1.3

Published by efectn over 2 years ago

  • Restructure codebase.
  • Add rs/zerolog.
  • Minor improvements.
fiber-boilerplate - v1.2.1

Published by efectn almost 3 years ago

  • Bump Fiber to v2.22.0.
fiber-boilerplate - v1.2.0

Published by efectn about 3 years ago

  • Bump Fiber to 2.20.1.
fiber-boilerplate - v1.1

Published by efectn about 3 years ago

  • Add prefork option.
  • Disable logger middleware as default.
fiber-boilerplate - v1.0

Published by efectn about 3 years ago

Initial release.