Simple greetings application to showcase developing web services with Ace
Ace is a featherweight toolkit for developing web applications in Elixir. Similar to Sinatra for Ruby and Flask for Python.
Clone the contents of this repository.
git clone git@github.com:CrowdHailer/greetings-ace-elixir-example.git greetings
cd greetings
Fetch the dependencies for this project.
mix deps.get
Start the service, it will start using port 8080.
mix run --no-halt
Visit in the browser http://localhost:8080/name/dan.