Edited: README.md
This commit is contained in:
parent
c4366edb29
commit
b4e08f28ca
11
README.md
11
README.md
@ -8,6 +8,17 @@ An app for tracking habits and motivation to achieve personal goals
|
||||
- **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
|
||||
|
Loading…
Reference in New Issue
Block a user