# Fuel Stats An app for tracking your fuel consumption and optimizing your driving efficiency. ## Used Technologies - **Frontend:** HTML, CSS, JavaScript - **Backend:** PHP (OOP) - **Database:** MariaDB ## How to Build ### Build Using Docker Run the container using docker-compose: ```bash docker-compose --profile up -d ``` The app should be available at http://localhost:8000. PhpMyAdmin should be available at http://localhost:8080. ### Build Manually 1. Clone the repository: ```bash git clone https://git.filiprojek.cz/fr/fuel-stats.git ``` 2. Create `config/environment.php`: - It should have the following structure: ```php