CurrencyApp

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with MIX_ENV=local mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with MIX_ENV=local iex -S mix phoenix.server

Now you can visit localhost:4000 from your browser.

to store the random data into input_db (can run in multiple windows to store multiple records)

./insert_data.sh

to transform and store in the output_db (should run only once)

./output_data.sh

Ready to run in production? Please check our deployment guides.

Learn more