https://github.com/denver-code/stuff_accounting_backend
https://github.com/denver-code/stuff_accounting_backend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/denver-code/stuff_accounting_backend
- Owner: denver-code
- Created: 2023-02-27T23:31:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T14:12:05.000Z (about 3 years ago)
- Last Synced: 2025-07-24T02:35:31.162Z (9 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stuff Accounting Backend
# ▹ Run using docker #
> [!NOTE]
> For start make sure you have docker installed on your machine.
```bash
sh scripts/run.sh
```
or
``` bash
docker-compose up --build -d
```
# ▹ Installation #
> [!NOTE]
> For start make sure you have python and redis and mongodb installed on your machine.
``` Bash
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.txt
```
Rename ```sample.env -> .env``` and don't forget to change the settings inside.
# ▹ Run #
``` Bash
source .venv/bin/activate
uvicorn app.main:app --host 0.0.0.0 --port 8080
```
## License
This project is licensed under the terms of the None license.