AntonFagerberg / rackla_skeleton

Skeleton implementation of Rackla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rackla Skeleton

This is a skeleton project which implements Rackla as a library. For more information and documentation, please see the Rackla's GitHub page or the Rackla documentation on HexDocs!

This project provides

Starting the application

The application will be started automatically when running iex -S mix from the project root. You can also start it by running mix server. By default, it will start on port 4000, but you can change the port either from the file config/config.exs or by setting the environment variable PORT.

Deploy to Heroku

The Heroku Buildpack for Elixir works out of the box for Rackla when doing a full installation.

Docker

A Dockerfile is included, thanks Jan Kronquist!

About

Skeleton implementation of Rackla

License:Other


Languages

Language:Elixir 100.0%