2021-11-08 01:25:36 +00:00
|
|
|
## Including Packages
|
|
|
|
|
|
|
|
* https://github.com/go-chi/chi -> Routing and middelware
|
|
|
|
* https://github.com/go-chi/jwtauth -> For JWT Auth
|
|
|
|
* https://github.com/golang-migrate/migrate -> for mysql migration
|
|
|
|
* https://github.com/urfave/cli -> for cli commands like migration
|
2021-11-03 01:18:09 +00:00
|
|
|
|
|
|
|
|
2021-11-08 01:25:36 +00:00
|
|
|
Test für das entwickeln von Monolith webanwendung mit html gui in go.
|
|
|
|
|
2021-11-03 01:18:09 +00:00
|
|
|
Es gibt unabhängige packages im pkg ordner die eine oder mehrere seiten beinhalten können. Jedes pkg beinhaltet alles um funktionieren zu können.
|
|
|
|
|
|
|
|
Das layout gibt es einmal zentral und wird per chi middelware reingereicht.
|
|
|
|
|
2021-11-04 01:24:38 +00:00
|
|
|
Alles ist in einem binary
|
|
|
|
|
|
|
|
|
|
|
|
next steps:
|
2021-11-08 01:25:36 +00:00
|
|
|
* conifg per env
|
|
|
|
* makefile
|
2021-11-04 01:24:38 +00:00
|
|
|
* ci/Cd bis docker image bauen
|