This is Django app that manages your home budget.
For project documentation see project_docs
- git client - Install git client
- python 3.6 Install python
- pip 18.1 or higher - Install pip
git clone [email protected]:alexshemesh/checka.git
cd checka
python -m venv ~/.venvs/checka
source ~/.venvs/checka/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver