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
- Host: GitHub
- URL: https://github.com/salanileo/photogallery
- Owner: SalaniLeo
- Created: 2024-06-07T11:03:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T09:28:50.000Z (over 1 year ago)
- Last Synced: 2024-12-12T10:27:12.578Z (over 1 year ago)
- Topics: flask, postgresql, svelte
- Language: Svelte
- Homepage: https://gallery.salanileo.dev
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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