feedback
golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control
File Explorer
Download Latest Version (.zip)- image.go
- prompt.go
- tail.components.css
- grayarrow.gif
- grayarrow2x.gif
- s.gif
- append.js
- main.js
- models.js
- wasm_exec.js
- favicon.ico
- robots.txt
- core.go
- feedback.json
- welcome.go
- tail.components.css
- wasm_exec.js
- register.go
- 404.mu
- application_layout.mu
- login.mu
- navbar.mu
- register.mu
- start.mu
- welcome.mu
- main.go
- .gitignore
- go.mod
- main.go
- run
- tailwind.config.js
- main.py
- cloud.go
- templates.go
- home.go
- read.go
- write.go
- bucket.go
- README.md
- run.py
- files.go
- routes.go
- pretty_print.go
- zip.go
- 404.mu
- application_layout.mu
- color.go
- html.go
- html_test.go
- navbar.mu
- random.go
- tag.go
- welcome.mu
- base.go
- curl.go
- field.go
- find.go
- regex.go
- routes.go
- structure.go
- get_to.go
- http.go
- limit.go
- endpoint.go
- params.go
- path.go
- scan.go
- yaml.go
- scan.go
- schema.go
- sqlite.go
- table.go
- about_controller.go
- admin_controller.go
- ajax.go
- api_controller.go
- app.go
- assets.go
- before_all.go
- bucket.go
- cells.go
- context.go
- context_copy.go
- context_database.go
- context_database_count.go
- context_database_model.go
- context_decorate.go
- context_decorate_test.go
- context_delete.go
- context_free_form.go
- context_free_form_index.go
- context_json.go
- context_model.go
- context_one_with_index.go
- context_params.go
- context_template.go
- context_timezone.go
- context_where_in.go
- context_with_index.go
- cookies.go
- cors.go
- editable_cols.go
- feedback_site.go
- fields_controller.go
- filelog.go
- forms.go
- functions_to_run.go
- google_controller.go
- json.go
- markup.go
- model_user.go
- models_controller.go
- new.go
- parse.go
- path.go
- redirect.go
- regex.go
- reset.go
- search.go
- server.go
- sesssions_controller.go
- stats_controller.go
- tables.go
- templates.go
- upsert.go
- users_controller.go
- validate.go
- viewport.go
- wasm.go
- welcome_controller.go
- wrangle.go
- zippy.go
- geometry.go
- mysql.go
- pg.go
- rows.go
- sqlite.go
- memory.go
- example.css
- extra.html
- README.md
- tailwind.config.js
- controller.go
- editable.go
- main.go
- mod_template.go
- table.go
- template_cols.go
- template_controller.go
- template_create.go
- template_ignore.go
- template_list_top.go
- template_main.go
- template_run.go
- template_show.go
- template_show_cols.go
- template_top.go
- args.go
- array.go
- domain.go
- guid_filename.go
- header.go
- javascript.go
- json.go
- number.go
- plural.go
- snake.go
- strip.go
- template.go
- uuid.go
- 404.html
- _editable_fields.html
- _models.html
- _nav_user.html
- _table_large.html
- _table_large_append.html
- _table_small.html
- _table_small_append.html
- _welcome_show_cols.html
- about_index.html
- admin_index.html
- admin_layout.html
- admin_users_index.html
- application_layout.html
- fields_show.html
- generic_top_bottom.html
- models_edit.html
- models_index.html
- models_layout.html
- models_list.html
- models_show.html
- sessions_new.html
- stats_index.html
- table_show.html
- tailwind_index.html
- users_show.html
- welcome_index.html
- auto_click.go
- auto_form.go
- class.go
- data.go
- document.go
- form.go
- func.go
- global.go
- http.go
- http_bearer.go
- keys.go
- location.go
- logout.go
- render.go
- scroll.go
- stack.go
- toast.go
- wrapper.go
- .gitignore
- feedback.json
- go.mod
- LICENSE
- main.go
- README.md
- run
- tailwind.config.js
# Installation Guide
1. Get the code
git clone https://github.com/andrewarrow/feedback
Downloads the entire project code from GitHub to your computer.
cd feedback
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
cd bin/homeducky
This project's files live in a subfolder, so move into it first.
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
