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-08 20:03:38 -05:00
cmd Clean Up 2021-02-04 15:31:07 -05:00
docs/schema Add Documentation 2021-02-08 20:03:38 -05:00
graph Add Documentation 2021-02-08 20:03:38 -05:00
internal Order & Sorting 2021-02-08 19:42:20 -05:00
plugin Clean Up 2021-02-04 15:31:07 -05:00
web_native Finally - A Mobile App Basic Implementation 2021-01-27 23:33:26 -05:00
.gitignore Basic sqlite Implementation 2021-01-04 00:16:58 -05:00
go.mod Add Filters! 2021-02-08 12:41:58 -05:00
go.sum Add Filters! 2021-02-08 12:41:58 -05:00
gqlgen.yml GraphQL Framework 2021-02-02 15:34:10 -05:00
README.md Add Documentation 2021-02-08 20:03:38 -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