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.
2021-02-11 15:37:02 -05:00
2021-02-04 15:31:07 -05:00
2021-02-08 20:03:38 -05:00
2021-02-04 15:31:07 -05:00
2021-02-11 15:35:47 -05:00
2021-01-04 00:16:58 -05:00
2021-02-08 12:41:58 -05:00
2021-02-08 12:41:58 -05:00
2021-02-02 15:34:10 -05:00
2021-02-11 15:37:02 -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
Description
A WIP self hosted photo server in golang with a corresponding mobile app.
Readme 14 MiB
Languages
Go 63.5%
Dart 32.8%
HTML 1.6%
Ruby 1.5%
Swift 0.4%
Other 0.1%