Stock Price Check

codecov

This is a Laravel web application using Blade, AlpineJS and Tailwind css.
Frontend Interface configured behind facebook JS login.
Using AlphaVantage api for the stock market search.

Set Up

$ composer install
$ docker-compose up -d 

Play

$ curl localhost:8000/api/check-stock/AMZN
$ {"symbol":"AMZN","high":"3576.5000","low":"3525.1466","price":"3540.7000"}

Visuals

application home

License

The Laravel framework is open-sourced software licensed under the MIT license.