An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Dashi

[![go-doc](https://godoc.org/github.com/swiftcarrot/dashi?status.svg)](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)