An opinionated productive web framework that helps scaling business easier.
appy is an opinionated and productive web framework for developing Go web applications. It helps in scaling businesses by focusing on monolithic applications first and then transitioning to microservices with GRPC when the team is ready. It eliminates the need for installing additional binaries and comes with 2 build types: debug and release. It follows the 12factor methodology by utilizing the APPY_ENV environment variable for configuration.
To install appy, you can use the following go get command:
go get -u github.com/appist/appy
Make sure to add appy as an import in your application:
import "github.com/appist/appy"
appy is a productive web framework for Go that provides a range of features to simplify web application development. It follows a monolithic-first approach and can easily transition to microservices with GRPC. With its powerful built-in commands and flexible customization options, it offers developers a lot of flexibility. The framework also has comprehensive support for email sending, database management, and server-side templating. Overall, appy is a powerful tool for scaling businesses and improving productivity in Go web development.