https://github.com/swiftcarrot/dashi
Dashi is a framework for building GraphQL application in Go and React.
https://github.com/swiftcarrot/dashi
golang graphql react
Last synced: 10 days ago
JSON representation
Dashi is a framework for building GraphQL application in Go and React.
- Host: GitHub
- URL: https://github.com/swiftcarrot/dashi
- Owner: swiftcarrot
- License: apache-2.0
- Created: 2020-06-07T15:05:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T11:21:03.000Z (about 2 years ago)
- Last Synced: 2025-04-10T12:17:12.678Z (22 days ago)
- Topics: golang, graphql, react
- Language: Go
- Homepage:
- Size: 1010 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashi
[](https://godoc.org/github.com/swiftcarrot/dashi)
Dashi is a framework for building GraphQL application in Go and React.
## Features
- Single binary executable
- Organized code directory
- Model and migration support
- CRUD scaffold generation## Documentation
- Installation
- Create first dashi project
- Scaffold code generation## Installation
Install the latest version of `dashi` with:
```sh
curl -sf https://raw.githubusercontent.com/swiftcarrot/dashi/master/install.sh | sh
```## License
[Apache License 2.0](https://github.com/swiftcarrot/dashi/blob/master/LICENSE)