Skip to content

Sample project to fetch out status of tweets using oAuth authentication mechanish with Laravel and VueJs

Notifications You must be signed in to change notification settings

harsh161289/tweet_status_laravel_vuejs

Repository files navigation

tweet_status_laravel_vuejs

Sample applicaiton to fetch out status of tweets corresponding to a valid tweet url using oAuth authentication mechanish with Laravel and VueJs

Getting started

Clone the repository and navigate and type the following commands

  1. Install laravel dependencies using composer
	composer install
  1. Install Vue dependencies using npm
	npm install
  1. Run dev script using npm to build js using webpack
	npm run dev
  1. Run application on port:8000.
	php artisan serve
  1. Access application using http://127.0.0.1:8000/

Todo

  • Error handling at client sie and server side
  • Validation at client and server

About

Sample project to fetch out status of tweets using oAuth authentication mechanish with Laravel and VueJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published