Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 462 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 462 Bytes

Trying out

Bud - The Full-Stack Web Framework for Go

how to

- create stuff

project:

bud create hello-bud

controllers with views:

  • Scaffold a new post controller with only the index and show actions
bud new controller post index show
  • Scaffold a new post controller at the root route
bud new controller post:/

- run

bud run

For more info: bud documentation