/cashbox

This is cashbox project

Primary LanguagePython

Cashbox project

This is cashbox project

Installation

cp deploy/env.md deploy/.env

python -m venv venv

source venv/bin/activate

pip install poetry

poetry install

Run tests

pytest

Run server

python manage.py createsuperuser

python manage.py runserver

Author

Sirojiddin Yakubov