Frank Hunleth - Elixir in Production Elixir: Gracefully Shutting Down GenServer Process [Video]

Open-source Elixir boilerplate app

https://github.com/mirego/elixir-boilerplate

After building dozens of products with Elixir since 2014, we open-source the boilerplate app we use to kickstart all of our projects!

This boilerplate comes with batteries included, you’ll find:

Usage

  1. Clone this project (git clone https://github.com/mirego/elixir-boilerplate.git)
  2. Delete the internal Git directory (rm -rf .git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh YourProjectName)
  4. Create a new Git repository (git init)
  5. Create the initial Git commit (git commit -a -m “Initial commit”)