ReadingList is a place to store links and articles for later reading.
To setup project locally:
Clone code with git clone [email protected]:MattX23/ReadingList.git
Run composer install
Setup database conection
Run php artisan migrate
Run yarn dev
Dependencies:
This project uses Guzzle to scrape link images, titles, and descriptions.
This project uses VueDraggable for drag and drop functionality between lists.