An open API service indexing awesome lists of open source software.

https://github.com/michaelcoll/gallery-web

The main web app of the gallery app
https://github.com/michaelcoll/gallery-web

Last synced: 6 months ago
JSON representation

The main web app of the gallery app

Awesome Lists containing this project

README

          


Logo



A simple decentralized photo gallery



Logo
Logo
Logo

# gallery-web
The main web app of the gallery app

## Usage
```
$ ./gallery-web serve --help
Starts the serve

Usage:
gallery-web serve [flags]

Flags:
-h, --help help for serve

Global Flags:
--verbose Verbose display
```

## Exemple
![](doc/gallery-web.webp)

## Docker image usage
```
docker run -ti --rm \
-p 9000:9000 \
-p 8080:8080 \
ghcr.io/michaelcoll/gallery-web:latest
```

## Build
### Requirements

- Node >= 18.10
- Go >= 1.19
- make command

### Commands
```
make prepare
```
```
make
```

## Run from code
```
make run
```