📦 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.
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
.
Install Gleam! See ./Dockerfile
for which version is used in production.
gleam test # Run the tests
gleam run server # Run the server