goxygen
goxygen copied to clipboard
Generate a modern Web project with Go and Angular, React, or Vue in seconds ๐ฒ
Hi I just made changes for #100 distributing Goxygen to GitHub Packages Docker What changes will happen: - When the branch master has a new commit, GitHub Action `docker-build-package` will...
Add an ability to run Goxygen from a Docker image so that a user would not have to `go get` the Goxygen package. Add a CI step to build and...
Very exciting project, well done. What about hooking some GraphQL for automatic API and schema generation? I see this using one of following approaches/integrations: - gqlgen : https://github.com/oshalygin/gqlgen-pg-todo-example - hasura...
The [Chinese version](https://github.com/Shpota/goxygen/blob/master/.github/README_zh.md) of the documentation contains a couple of sentences in English which require translation.
Having support for the 4th most used front-end library Svelte would be great, keep up the good work!
Aะต the moment we have [end to end tests](https://github.com/Shpota/goxygen/blob/master/.github/workflows/verify-templates.yml) that verify the application works in production mode. At the same time, if there is a bug in `docker-compose-dev.yml` it won't...
As @danielrwolff suggested we should add some proper e2e tests to improve the current CI setup.
This project is a dream come true, but I would love to see it support other datastores like ArangoDB https://www.arangodb.com that provide a multimodel DB (documents, graph, key-value and search)....
This PR adds a React+Typescript template to the available frontend framework templates. This template is identical (more-or-less) to the React Javascript template that already exists, but written with Typescript. I've...
Please consider putting the db storage folder into docker volumes so as to persistent data between different runs. Thanks