https://github.com/migueldcdev/bare-api
Elixir minimal api
https://github.com/migueldcdev/bare-api
Last synced: about 1 year ago
JSON representation
Elixir minimal api
- Host: GitHub
- URL: https://github.com/migueldcdev/bare-api
- Owner: migueldcdev
- Created: 2024-11-25T20:04:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:30:58.000Z (over 1 year ago)
- Last Synced: 2025-02-11T12:35:58.476Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `app` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:app, "~> 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/app](https://hexdocs.pm/app).