| Folder Path | Description |
|---|---|
| /common | imported in Cosys projects, exposes interfaces for modules, controllers, routes, middlewares, policies, services |
| /cosys_cli | CLI Tools, go install into $GOBIN/$GOPATH or download binary locally |
| /ui | Content Management System built in Remix JS |
| Folder Path | Description |
|---|---|
| /bin | compiled binaries |
| /cmd/project_name | main application for the server |
| /internal | private application code not to be imported by other projects |
| /internal/cms | local files used for the cms module |
| /configs | config in Yaml |
| /web | Content Management UI |