Stuff
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2021-11-09 17:28:26 +01:00
parent 4c1e35e9e4
commit 7e9434c5a0
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 6 additions and 14 deletions

View File

@ -10,6 +10,8 @@ Create (self contained) pkg for a group of pages. The pkg included the View and
* 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
* https://github.com/unrolled/render -> render json and html
# Features
@ -34,17 +36,7 @@ Everything (include templaes and migration) can be added in one binary
https://hub.docker.com/r/kekskurse/go-sample-webpage
# Dev
Test für das entwickeln von Monolith webanwendung mit html gui in go.
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.
Alles ist in einem binary
# next steps
* conifg per env
# Next Steps
* conifg per env
* argument config?
* make nice user register and login page