Sample applicaiton to fetch out status of tweets corresponding to a valid tweet url using oAuth authentication mechanish with Laravel and VueJs
Clone the repository and navigate and type the following commands
- Install laravel dependencies using composer
composer install
- Install Vue dependencies using npm
npm install
- Run dev script using npm to build js using webpack
npm run dev
- Run application on port:8000.
php artisan serve
- Access application using http://127.0.0.1:8000/
- Error handling at client sie and server side
- Validation at client and server