automaat-server

Crates.ioautomaat-server
lib.rsautomaat-server
version0.1.0
sourcesrc
created_at2019-06-13 05:29:06.890515
updated_at2019-06-13 05:29:06.890515
descriptionHTTP API for the Automaat automation utility.
homepage
repositoryhttps://github.com/blendle/automaat
max_upload_size
id140767
size89,383
Jean Mertz (JeanMertz)

documentation

README

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

Commit count: 135

cargo fmt