directory
0.0.0-20240828184941-667ddf2c5bbc
Repository: https://github.com/allexsen/learning-project.git
Documentation: pkg.go.dev

# Packages

Package controllers is responsible for handler-model interaction, and business logic.
Package db sets up a connection to a database.
Package apperrors provides custom errors to centralize errors & error logging through the application.
Package handlers defines API endpoints handlers, parsing and validating the request.
Package middlewares provides middleware functions for API request validations.
No description provided by the author
Package router sets up API endpoints to serve requests.
Package utils provides useful utilities for common functions throughout the app.