Cast is a Simple Social Networking Rest Api using Lumen framework. Cast gives the posts which are posted in 10 mile radius.
git clone https://github.com/sukruthmk/cast.git projectnamecd projectnamecomposer install- Create a database and inform .env (remove .example)
php artisan migrateto create tablesphp artisan db:seedto populate tables