Note
For start make sure you have docker installed on your machine.
sh scripts/run.shor
docker-compose up --build -dNote
For start make sure you have python and redis and mongodb installed on your machine.
git clone https://github.com/denver-code/stuff_accounting_backend
cd stuff_accounting_backend
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txtRename sample.env -> .env and don't forget to change the settings inside.
source .venv/bin/activate
uvicorn app.main:app --host 0.0.0.0 --port 8080This project is licensed under the terms of the None license.