Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasuadari/ifsc

API application to fetch bank details with IFSC codes
https://github.com/vasuadari/ifsc

api bank elixir finance ifsc

Last synced: 24 days ago
JSON representation

API application to fetch bank details with IFSC codes

Awesome Lists containing this project

README

        

# Ifsc

A light weight application which provides API to fetch bank details with IFSC codes.

# Setup instructions

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).