decho
is a demo project utilizing:
- Dependency Injection with wire
- Web framework echo.
- Configuration with toml
- DB ORM with sqlboiler
- HMLT Template engine with gorazor
The idea is to build modularized & testable web applicaiton, and it's inspired by micronaut.
- Add sql db to controller
- Add mock
- mock db
- mock service
- Add test case
- How to add multiple controller?
- provider set for controller
- How to make config loading as an lib?
- refactor newWebApp with field injection