Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 464 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 464 Bytes

backend

install

git clone https://github.com/warlus-hackathon/backend.git
cd backend

start minio

docker-compose up -d minio
docker-compose up -d createbuckets

start data base

docker-compose up -d db

install dependencies

install poetry:

pip install poetry

install of packages:

poetry install

set enviroment

create .env file (see .env.default)

usage:

make run