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

https://github.com/salanileo/photogallery

🐱 Self hostable website to show your best photos! WIP
https://github.com/salanileo/photogallery

flask postgresql svelte

Last synced: 8 months ago
JSON representation

🐱 Self hostable website to show your best photos! WIP

Awesome Lists containing this project

README

          

# PhotoGallery

## go to v0.1 branch for the latest code

🎑 Self Hostable website to show your best photos!

## Configuration

- Backend urls are customizable inside backend-urls.env
- To connect to postgresql create a database.ini file inside backend/flask/

database.ini example

[postgresql]
host=postgresql
database=postgresql
user=postgresql
password=postgresql

## Usage

## With docker (recommanded)

docker compose up

## Without docker (only for testing)

### Start backend

bash backend.sh

### Start frontend

bash frontend.sh