Features
- Use mise to manage tool versions, environment variables, and as a task runner
- Use the env package for application configuration
- Run static analysis and tests for each pull request in GitHub Actions
- Automatically setup HTTPS in both local development and production
- Real IP middleware for every AWS architecture
- Handle SIGTERM to gracefully exit with AWS Fargate
Local development
Quick start
See Prerequisites for installing mise – an all-in-one tool for managing project dependencies, environment variables, and running tasks.
Development scripts
- To see a list of development scripts, run
mise tasks
. - To run a script, run
mise run <script-name>
.
Prerequisites
- Add mise to your shell profile.
- Run
mise trust
to trust the project's.mise.toml
file.