Skip to content

warlus-hackathon/backend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published