An application to help facilitation the negotiation phase in Red Markets.
Go to file
Kienan Stewart 9e6ffb0174 Add docker file
Not really tested since my docker environment isn't working. To wrap
up later.
2020-04-20 22:55:48 -04:00
static Add more negotiation fields to the UI 2020-04-20 22:34:04 -04:00
templates Add more negotiation fields to the UI 2020-04-20 22:34:04 -04:00
.gitignore Initial commit 2020-04-18 23:38:31 -04:00
Dockerfile Add docker file 2020-04-20 22:55:48 -04:00
Pipfile Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
Pipfile.lock Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
README.md Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
credits.md Initial commit 2020-04-18 23:38:31 -04:00
docker-compose.yml Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
negotiation.py Add more negotiation fields to the UI 2020-04-20 22:34:04 -04:00

README.md

Installlation

Prerequisites

apt install pipenv

Dependency installation

pipenv sync

Running

FLASK_ENV=development FLASK_APP=negotiation.py pipenv run ./negotiation.py

License

AGPLv3+