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 projectname
cd projectname
composer install
- Create a database and inform .env (remove .example)
php artisan migrate
to create tablesphp artisan db:seed
to populate tables