/ReadingList

ReadingList is a place to store web links for later reading.

Primary LanguagePHP

ReadingList

ReadingList is a place to store links and articles for later reading.

To setup project locally:

Clone code with git clone git@github.com: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.