The best currency converter ever
https://jaya-prakash-currency-converter.fly.dev/api/swagger/index.html
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Uses Github Actions
- Need to config Secrets:
FLY_API_TOKEN
for deploy on fly.ioEXCHANGE_RATES_ACCESS_KEY
for test exchangerates api
-
Clone the repo
-
Get a free API Access Key for ExchangeRates.
-
Follow the steps:
$ curl -L https://fly.io/install.sh | sh
$ fly auth signup
$ fly launch --copy-config --vm-memory 256 --yes --now
$ fly secrets set EXCHANGE_RATES_ACCESS_KEY="your ExchangeRates API access key"
$ fly deploy
See more about how to deploy on Fly.io.