MattSegal / family-photos

App to host family photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family Photos

Currently at memories.ninja

Local development

Requires an AWS account.

Create a .env file at the repository root

AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx

Ensure invoke is installed

pip3 install --user invoke

Build the Docker container

inv build

Build the Docker container

inv build

Setup the database

./scripts/clean-db.sh

Run the web container

inv web

View the worker logs

inv logs

About

App to host family photos


Languages

Language:JavaScript 45.1%Language:Python 38.3%Language:CSS 9.4%Language:Shell 4.8%Language:Dockerfile 1.2%Language:HTML 1.1%