A WIP self hosted photo server in golang with a corresponding mobile app.
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.
Go to file
2021-02-11 15:47:42 -05:00
cmd Initial Commit 2021-02-11 15:47:42 -05:00
docs/schema Initial Commit 2021-02-11 15:47:42 -05:00
graph Initial Commit 2021-02-11 15:47:42 -05:00
internal Initial Commit 2021-02-11 15:47:42 -05:00
plugin Initial Commit 2021-02-11 15:47:42 -05:00
web_native Initial Commit 2021-02-11 15:47:42 -05:00
.gitignore Initial Commit 2021-02-11 15:47:42 -05:00
go.mod Initial Commit 2021-02-11 15:47:42 -05:00
go.sum Initial Commit 2021-02-11 15:47:42 -05:00
gqlgen.yml Initial Commit 2021-02-11 15:47:42 -05:00
LICENSE.md Initial Commit 2021-02-11 15:47:42 -05:00
README.md Initial Commit 2021-02-11 15:47:42 -05:00

#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

Generate GraphQL Flutter Models

flutter pub run build_runner build