Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericreiche/sparkleboard
Sparkleboard is a self-hosted chore tracking app for families
https://github.com/ericreiche/sparkleboard
family php8 self-hosted symfony
Last synced: 2 days ago
JSON representation
Sparkleboard is a self-hosted chore tracking app for families
- Host: GitHub
- URL: https://github.com/ericreiche/sparkleboard
- Owner: EricReiche
- Created: 2024-12-14T19:38:45.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:25:54.000Z (7 days ago)
- Last Synced: 2025-01-09T23:09:37.533Z (3 days ago)
- Topics: family, php8, self-hosted, symfony
- Language: PHP
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sparkleboard is a self-hosted chore tracking app for families.
It helps you keep track of chores and rewards for your family.
It's a great way to teach your kids responsibility and the value of hard work.Currently just a proof-of-concept, not a finished product.
# Stack
This app is built with Symfony, Twig, Postgres, Bootstrap, Stimulus, Turbo
# Install
Copy the `.env` to `.env.local` and adapt to your needs. Make sure to change all the placeholder passwords.
Confirm you got Docker installed.
Run`docker compose up -d `