https://github.com/thestrukture/brockly
A Visual Go code generator
https://github.com/thestrukture/brockly
boilerplate-builder demo golang golang-tools visual
Last synced: 2 months ago
JSON representation
A Visual Go code generator
- Host: GitHub
- URL: https://github.com/thestrukture/brockly
- Owner: thestrukture
- License: gpl-3.0
- Created: 2020-12-21T02:28:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T06:44:43.000Z (10 months ago)
- Last Synced: 2024-11-04T20:41:52.772Z (7 months ago)
- Topics: boilerplate-builder, demo, golang, golang-tools, visual
- Language: JavaScript
- Homepage:
- Size: 4.79 MB
- Stars: 58
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# brockly
A Visual Go REST API boilerplate builder. The boilerplate builder will export a Go web server with 0 dependencies, besides the ones you add.# Demo
You can test this out by visiting here : [Demo](https://thestrukture.github.io/brockly/web/)
# PRs
Any suggestion to build on this is welcomeImportant Note : Nest routes only within a Route group.
Nest route groups only within a server. Only add one route group per server.Built with Google Blockly