- golang
v1.18 - echo
v4.72 - gorp
v2.2.0 - viper
v1.12.0
Main applications for this project.
Folder with configuration files and response message guide files.
Folder with 사용자 문서들. and Swagger 스펙들.
Library code that's ok to use by applications.. This directory contains all the project-specific code tailored only for your business use case, like configs, middleware, routes or utils.
./pkg/apifolder for functional controllers (used in route)./pkg/commonfolder for common functions./pkg/configfolder for configuration functions./pkg/dbfolder for service functions - queries for models and business logic./pkg/loggerfolder for logger functions./pkg/middlewarefolder for add middleware./pkg/modelfolder for describe business models and methods of your project - service entites./pkg/routefolder for describe routes of your project./pkg/serverfolder for web framework functions./pkg/utilsfolder with utility functions (error checker, etc)
- See our documentation in the /docs repository, please find the index here.

