This commit is contained in:
parent
4c1e35e9e4
commit
7e9434c5a0
1 changed files with 6 additions and 14 deletions
20
readme.md
20
readme.md
|
@ -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/go-chi/jwtauth -> For JWT Auth
|
||||||
* https://github.com/golang-migrate/migrate -> for mysql migration
|
* https://github.com/golang-migrate/migrate -> for mysql migration
|
||||||
* https://github.com/urfave/cli -> for cli commands like migration
|
* https://github.com/urfave/cli -> for cli commands like migration
|
||||||
|
* https://github.com/unrolled/render -> render json and html
|
||||||
|
|
||||||
|
|
||||||
# Features
|
# 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
|
https://hub.docker.com/r/kekskurse/go-sample-webpage
|
||||||
|
|
||||||
# Dev
|
# Next Steps
|
||||||
|
* conifg per env
|
||||||
|
* argument config?
|
||||||
Test für das entwickeln von Monolith webanwendung mit html gui in go.
|
* make nice user register and login page
|
||||||
|
|
||||||
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
|
|
Loading…
Reference in a new issue