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

23 lines
468 B
Markdown
Raw Normal View History

2021-02-09 01:03:38 +00:00
#uImagini
2021-01-03 03:21:11 +00:00
2021-01-23 16:57:07 +00:00
## Running Server
2021-02-09 01:03:38 +00:00
# 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
2021-01-23 16:57:07 +00:00
## Server Build
## Flutter Build
flutter run
## Generate GraphQL Flutter Models
flutter pub run build_runner build