Cleanup config files

This commit is contained in:
2026-04-27 17:23:26 +02:00
parent ddbf567a19
commit f750cfa8e1
4 changed files with 156 additions and 170 deletions

View File

@@ -21,11 +21,12 @@ This is a simple habit tracking web app that allows the user to track occurrence
**Pre-requisites:** [Pip](https://pypi.org/project/pip/) and [Poetry](https://pypi.org/project/poetry/)
1. Clone this repository
2. Install Poetry ``pip install -Iv --no-cache-dir "poetry==2.3.3"``
3. Install project dependencies ``poetry install``
4. Run database migrations ``alembic upgrade head``
5. Run project ``streamlit run app``
6. Project will be running at http://localhost:8501
2. Create a virtual environment with ``python3 -m venv ./.venv``
3. Activate virtual environment with ``source .venv/bin/activate``
4. Install project dependencies ``poetry install``
5. Run database migrations ``alembic upgrade head``
6. Run project ``streamlit run app``
7. Project will be running at http://localhost:8501
## Run project (Locally with Docker)