automaat-server 0.1.0

HTTP API for the Automaat automation utility.
automaat-server-0.1.0 is not a library.

Automaat Server

🚧 Work In Progress 🚧

Database Configuration

You need to set the following environment variables:

# needed for the Rocket webserver to connect
ROCKET_DATABASES='{db={url="postgres://postgres@localhost"}}'

# needed for the Diesel ORM to run migrations
DATABASE_URL="postgres://postgres@localhost"

See Also