https://github.com/alejandronanez/servy
Learning Elixir by creating a Http Server - From PragmaticStudio course.
https://github.com/alejandronanez/servy
elixir
Last synced: 9 months ago
JSON representation
Learning Elixir by creating a Http Server - From PragmaticStudio course.
- Host: GitHub
- URL: https://github.com/alejandronanez/servy
- Owner: alejandronanez
- Created: 2019-05-08T01:52:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T22:36:42.000Z (about 7 years ago)
- Last Synced: 2025-09-24T04:37:46.974Z (9 months ago)
- Topics: elixir
- Language: Elixir
- Size: 1.76 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Servy
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `servy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:servy, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/servy](https://hexdocs.pm/servy).