A lightweight photo viewer inspired by iCloud Photos.
- NodeJS 16
- Yarn
- Docker (optional)
Easily install the correct versions using asdf by running $ asdf install
- Install dependencies
$ cp backend/.envrc.template backend/.envrc
$ overmind start
- Open fotos in a web browser
- Start container locally
$ docker run \ -p 3000:3000 \ -v $(pwd)/fixtures/photos:/photos:ro \ -v $(pwd)/fixtures/albums:/albums:ro \ -it \ --rm \ ghcr.io/noizwaves/fotos:latest
- Open fotos in a web browser
Some example deployments with Docker can be found in ./examples
.
Fixture photos were downloaded from Pexels.