BalanceBoard - Clean release
- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates
🤖 Generated with Claude Code
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# BalanceBoard
|
||||
|
||||
A Reddit-style content aggregator with ethical design principles and ADHD-friendly features.
|
||||
|
||||
## Features
|
||||
|
||||
- Content aggregation from multiple platforms
|
||||
- User authentication and personalization
|
||||
- Content filtering and moderation
|
||||
- Polling service for automatic updates
|
||||
- Docker deployment ready
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Access at http://localhost:5021
|
||||
|
||||
## Configuration
|
||||
|
||||
Set environment variables in `.env` or docker-compose.yml:
|
||||
- `POSTGRES_HOST`, `POSTGRES_USER`, `POSTGRES_PASSWORD`, `POSTGRES_DB`
|
||||
- `SECRET_KEY`
|
||||
- Optional: Auth0 credentials
|
||||
|
||||
## License
|
||||
|
||||
Open Source
|
||||
Reference in New Issue
Block a user