https://github.com/mtanzi/phoenix_vat_checker
Find the information of the given VAT number using Phoenix Live View
https://github.com/mtanzi/phoenix_vat_checker
elixir liveview phoenix
Last synced: 5 months ago
JSON representation
Find the information of the given VAT number using Phoenix Live View
- Host: GitHub
- URL: https://github.com/mtanzi/phoenix_vat_checker
- Owner: mtanzi
- Created: 2020-05-24T17:41:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T20:44:02.000Z (about 5 years ago)
- Last Synced: 2024-06-13T07:53:44.658Z (about 2 years ago)
- Topics: elixir, liveview, phoenix
- Language: Elixir
- Homepage: https://evening-headland-09236.herokuapp.com/
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhoenixVatChecker
This application uses Phoenix Live View to checks if the VAT number passed is valid, if so it returns the information of the related company.
---
To start PhoenixVatChecker server:
* Get the dependencies `mix deps.get`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Also you can see the live version here: [`https://evening-headland-09236.herokuapp.com/`](https://evening-headland-09236.herokuapp.com/)
