https://github.com/crowdhailer/greetings-ace-elixir-example
Simple greetings application to showcase developing web services with Ace
https://github.com/crowdhailer/greetings-ace-elixir-example
Last synced: 10 months ago
JSON representation
Simple greetings application to showcase developing web services with Ace
- Host: GitHub
- URL: https://github.com/crowdhailer/greetings-ace-elixir-example
- Owner: CrowdHailer
- License: apache-2.0
- Created: 2018-01-15T19:43:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T18:23:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T19:44:56.315Z (11 months ago)
- Language: Elixir
- Homepage: http://crowdhailer.me/2018-01-17/simple-web-services-with-ace/
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Greetings
### Simple greetings application to showcase developing web services with [Ace](https://github.com/CrowdHailer/Ace)
**Ace is a featherweight toolkit for developing web applications in Elixir. Similar to Sinatra for Ruby and Flask for Python.**
- [Ace on Hex](https://hex.pm/packages/ace)
- [Documentation for Ace](https://hexdocs.pm/ace)
- [Discuss on slack](https://elixir-lang.slack.com/messages/C56H3TBH8/)
## Getting started
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.