integration glue
 
 
 
Go to file
Philipp Rothmann a35d70412c init 2022-03-02 16:10:17 +01:00
app init 2022-03-02 16:10:17 +01:00
.dockerignore init 2022-03-02 16:10:17 +01:00
.gitignore init 2022-03-02 16:10:17 +01:00
Dockerfile init 2022-03-02 16:10:17 +01:00
README.md init 2022-03-02 16:10:17 +01:00
docker-compose.yml init 2022-03-02 16:10:17 +01:00
requirements.txt init 2022-03-02 16:10:17 +01:00

README.md

integrate

does what nobody else want's to do.

Development

Getting Started

python3 -m venv env
. ./env/bin/activate
pip3 install -r requirements.txt
./env/bin/uvicorn app.main:app --reload

pip freeze -l > requirements.txt