Skip to content
/ valet Public

Manage parking spots: handle requests and assign fairly

Notifications You must be signed in to change notification settings

codcod/valet

Repository files navigation

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.

About

Manage parking spots: handle requests and assign fairly

Resources

Stars

Watchers

Forks

Releases

No releases published