Skip to content

This is an Elixir Umbrella APP that provides Bank as Service.

Notifications You must be signed in to change notification settings

tiagodavi/elixir-bank-as-service

Repository files navigation

Bank

This is an Elixir Umbrella APP that provides Bank as Service.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Make sure to change your PostgreSQL user:pass at apps/bank_logic/config
  • Create your database with mix ecto.setup
  • Run tests with mix test
  • Start Phoenix endpoint with mix phx.server
  • (Optional) Format your code with mix format
  • (Optional) Check refactoring opportunities with mix credo --strict
  • Open WEBAPI.md to see the api documentation
  • Online on: https://spherical-humble-blueandgoldmackaw.gigalixirapp.com/api

Now you can visit localhost:4000 from your browser.

Settings:

  • This project uses Credo and Formatter to ensure quality
  • Created on Mac OS Sierra 10.12.2
  • IDE Atom 1.28.2
  • Elixir Umbrella Application
  • PostgreSQL Database 9.6

About

This is an Elixir Umbrella APP that provides Bank as Service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages