phoenix-rest-server is a barebones REST HTTP server built using the Elixir Phoenix Framework. It uses Erlang OTP to provide a simple, crash-resistant, in-memory Model process which may be helpful to developers just getting started.
Hopefully it is easy to extend.
To start the application:
- Install dependencies with
mix deps.get
- Run tests with
mix test
- View routes with
mix phoenix.routes
- Start the Phoenix REST server with
mix phoenix.start
Now you can visit localhost:4000
from your browser.