Documentation¶
User Facing Documentation¶
User-facing documentation lives in the photoprism-docs repository and can be browsed on docs.photoprism.app.
See the README for how to easily edit the docs yourself.
Package Documentation (GoDoc)¶
Godoc generates documentation automatically, so it's tightly coupled to the photoprism source code.
Some highlights to explore:
- cmd/photoprism - main application
- internal/photoprism - main library package
- internal/server - server initialization and routing
- internal/api - server api
- internal/commands - command line interface
- internal/form - input validation (based on gin)
- internal/entity - models (based on GORM)