/elixir-web-server

A super simple web server built from this tutorial: https://codewords.recurse.com/issues/five/building-a-web-framework-from-scratch-in-elixir

Primary LanguageElixir

Helloplug

This is just a very simple elixir application that shows how to connect to an SQLite3 DB and how to route incoming requests and render .exs templates.

Installation

If available in Hex, the package can be installed by adding helloplug to your list of dependencies in mix.exs:

def deps do
  [{:helloplug, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/helloplug.