Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1002 Bytes

README.adoc

File metadata and controls

36 lines (27 loc) · 1002 Bytes

Valet

Web application to manage parking spots: handle access requests from users and assign spots with equal rights for everyone.

Tools used:

Installation

Get Slack credentials (see Security tokens) and save them in .instance/slack-config.toml:

[slack]
TOKEN = 'xoxb-cd5678'
SIGNING_SECRET = 'ab1234'

Create virtual environment, setup the database and finally run the bot:

$ # git clone && cd
$ make venv
$ source .venv/bin/activate
$ alembic upgrade ec5ddda825ce
$ ./scripts/bot

See Manual for documentation.