How to start Application
- Clone repository
- Move into the main directory of repo
cd aestimatione
- Setup virtual environment
python3 -m venv venv
- Avtivate virtual env
python3 -m venv venv
- Install poetry
pip install poetry
- Install dependencies with poetry
poetry install --no-root
- Start Application
python manage.py runserver
- Run tests with
python manage.py app/apps/reconcilation/tests
How to test