https://github.com/geraldojrcg/rinha_backend_elixir
My elixir version of the "rinha de backend" challenge made with phoenix framework
https://github.com/geraldojrcg/rinha_backend_elixir
ecto elixir phoenix
Last synced: about 1 month ago
JSON representation
My elixir version of the "rinha de backend" challenge made with phoenix framework
- Host: GitHub
- URL: https://github.com/geraldojrcg/rinha_backend_elixir
- Owner: Geraldojrcg
- Created: 2024-02-11T15:00:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T22:58:31.000Z (over 2 years ago)
- Last Synced: 2025-01-21T11:15:21.444Z (over 1 year ago)
- Topics: ecto, elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rinha de backend 2024 q1 💧

To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Run `mix ecto.setup` to setup the database
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S 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