Edited: README.md

This commit is contained in:
Filip Rojek 2024-12-27 02:35:01 +01:00
parent c4366edb29
commit b4e08f28ca

View File

@ -8,6 +8,17 @@ An app for tracking habits and motivation to achieve personal goals
- **Database:** MariaDB - **Database:** MariaDB
## How to build ## 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 1. Clone the repo
```bash ```bash
git clone https://git.filiprojek.cz/fr/habit-tracker.git git clone https://git.filiprojek.cz/fr/habit-tracker.git