tiagodavi / elixir-bank-account

Example of Bank Account in Elixir using Persistent State with Dynamic Supervisors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting API

  • open a terminal
  • $ cd api
  • $ mix deps.get
  • $ mix test
  • $ mix phx.server

Starting Site

  • open a terminal
  • $ cd site
  • $ npm install
  • $ npm start

Make sure both services are running in different terminals.

Now you can visit localhost:3000 from your browser.

About

Example of Bank Account in Elixir using Persistent State with Dynamic Supervisors


Languages

Language:Elixir 72.0%Language:JavaScript 22.0%Language:HTML 4.4%Language:CSS 1.6%