Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 598 Bytes

KoobaServer

This is a lending application like branch or Tala that uses elixir, postrgress, mpesa sandbox, redis works, double entry wallet, restiful api, phoenix and some maths.

Will update on how to test it.

Reason to opensource it.

  • I feel am not capable of creating a microfinance by my own
  • It has served it purpose as a learning project.
  • Maybe somebody else may like to improve it.
  • Show case the power of phoenix elixir

how to run it locally

  1. Run mix deps.get at the root of the project
  2. Create database. mix ecto.create
  3. Setup database. mix ecto.Setup