This app is built using a sail image. Either clone the repo to your local machine or download the zip file to your machine.
To run in terminal cd in to the working directory, type ./vendor/bin/sail up this will then build and run the application on the first sail up.
Once the application is running, type ./vendor/bin/sail shell this will open the bash for the application. When open run npm install, this will install the dependancies that are used within the application. Once complete run npm run dev or npm run watch.
Within the bash/shell run the following command php artisan migrate, this will create the database.
Database login details are simple using the laravel database log in.
Server Host : localhost
port : 3306
database : rss_feed
username : sail
password : password
Open browser, Chromes always a good one. open localhost.
The app is a little bare at the moment, maybe log in and add some Rss feeds. I didn't know what an RSS feed was before starting this project, this has been fun and will be updated.
The site does use bootstrap ui auth framework for user registration and login for the application. Click on the register button in the top right had corner, register so you can have some fun. Once you have registered this will log you into the application.
There will be further updates.
I havent been able to fully text this application so far, but I will be pursuing a unit testing, with functionality testing as well. Making sure each additional function added is fully tested.