https://github.com/ezkemboi/elixir_api
This is API build using Phoenix(Elixir framework). It is majorly for showcasing that I can develop API's with Elixir
https://github.com/ezkemboi/elixir_api
api elixir phoenix rest-api
Last synced: about 1 year ago
JSON representation
This is API build using Phoenix(Elixir framework). It is majorly for showcasing that I can develop API's with Elixir
- Host: GitHub
- URL: https://github.com/ezkemboi/elixir_api
- Owner: ezkemboi
- Created: 2020-01-30T03:33:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T20:22:24.000Z (over 6 years ago)
- Last Synced: 2025-03-17T13:49:14.772Z (over 1 year ago)
- Topics: api, elixir, phoenix, rest-api
- Language: Elixir
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/ezkemboi/elixir_api)
[](https://coveralls.io/github/ezkemboi/elixir_api?branch=master)
# ElixirApi
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix