Information and tables for free rooms and necessary goods
- Docker
- docker-compose
for local-development
- pipenv or pip
- python 3
pipenv shell
pipenv install
python run.py
production:
docker-compose -f docker-compose-prod.yml up --build
development:
docker-compose up --build