Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vasuadari/ifsc
- Owner: vasuadari
- Created: 2017-09-04T12:05:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T13:56:10.000Z (about 7 years ago)
- Last Synced: 2024-10-09T13:02:12.817Z (about 1 month ago)
- Topics: api, bank, elixir, finance, ifsc
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).