https://warm-gorge-09289.herokuapp.com/token
You can basically navigate the URL above and get a token. After you've got the token you can use the endpoints:
https://warm-gorge-09289.herokuapp.com/accounts
https://warm-gorge-09289.herokuapp.com/accounts/:account_id
https://warm-gorge-09289.herokuapp.com/accounts/:account_id/transactions
https://warm-gorge-09289.herokuapp.com/accounts/:account_id/transactions/:transaction_id
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- 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