Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 472 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 472 Bytes

aguiaapi

Structure of a Project

/conf 
Application configuration including environment-specific configs

/conf/app
Middlewares and routes configuration

/handler
HTTP handlers

/locale
Language specific content bundles

/lib
Common libraries to be used across your app

/model
Models

/public
Web resources that are publicly available

/public/templates
Jade templates

/repository
Database comunication following repository pattern

main.go
Application entry