A mobile-first web application to track probability-weighted predictions ("bets") between two users.
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/your-username/prediction-manager.git cd prediction-manager -
Run the application:
docker-compose up -d
-
Access the application: Open your browser and navigate to
http://localhost:8000.
The backend is a FastAPI application. The main entry point is app/main.py.
The frontend is built with Jinja2 templates and TailwindCSS. The templates are located in app/templates.
The application uses a SQLite database. The database file is located in the data directory.