This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/README.md
2021-02-08 20:03:38 -05:00

400 B

#uImagini

Running Server

# cd ./cmd/
CONFIG_PATH=$(pwd) DATA_PATH=$(pwd) go run main.go serve

Generate GraphQL Models

# cd ./cmd/
go run github.com/99designs/gqlgen generate
go run main.go generate

Generate GraphQL Documentation

# From app root
graphdoc -e http://localhost:8484/query -o ./docs/schema

Server Build

Flutter Build

flutter run