Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 784 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 784 Bytes

Gleam Packages

📦 Search for Gleam packages on Hex.

A Gleam application using the Wisp web framework, served with the Mist web server, using a Stóráil database.

Environment variables

The application is configured with a series of environment variables.

  • HEX_API_KEY - Required. A read-only API key for the Hex API. You can generate one via the Hex dashboard.
  • DATABASE_PATH - A path where the Stóráil database will be stored. Defaults to ./storage.

Local development

Install Gleam! See ./Dockerfile for which version is used in production.

gleam test        # Run the tests
gleam run server  # Run the server