Categorygithub.com/quantumsheep/plouf
repositorypackage
0.0.0-20220410165935-cd205bd68513
Repository: https://github.com/quantumsheep/plouf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Plouf

Plouf is a simple, fast, and powerful API framework for Go. Its design is based on NestJS with features like dependency injection, modules, controllers, services, and more.

The framework is powered by the most popular Go libraries to let you use already existing middlewares, documentation and support.

Major libraries used by Plouf:

Some of these libraries are abstracted by Plouf to make it easier to use.

Example file architecture

.
├── modules/
│   └── user/
│       ├── user_controller.go
│       ├── user_module.go
│       └── user_service.go
├── main_module.go
└── main.go