# Habit Tracker An app for tracking habits and motivation to achieve personal goals ## 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 up ``` The app should be available at http://localhost:8000 PhpMyAdmin should be available at http://localhost:8080 ### Build manually 1. Clone the repo ```bash git clone https://git.filiprojek.cz/fr/habit-tracker.git ``` 2. Create `config/environment.php` - It should have following structure: ```php