Skip to content

denver-code/stuff_accounting_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stuff Accounting Backend

▹ Run using docker

Note

For start make sure you have docker installed on your machine.

sh scripts/run.sh

or

docker-compose up --build -d

▹ Installation

Note

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.txt

Rename sample.env -> .env and don't forget to change the settings inside.

▹ Run

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors