photos

command module
v0.0.0-...-480ba54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

README

photos

Keep your photos locally and view them on your browser. This is currently a WIP and not ready for use.

Development Setup

In postgres create a database user with the following:

  createuser -s -P photos_user
  createdb photos

migrations are run with the migrate module Run migrations with:

migrate -source file:./db/migrations -database postgres://photos_user:{password}@127.0.0.1:5432/photos up

Set the following environment variables to configure the application:

DB_USER DB_PASSWORD DB_HOST DB_PORT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL