Skip to content

MrtMerlin/rss-feed

Repository files navigation

RSS Feed

This app is built using a sail image. Either clone the repo to your local machine or download the zip file to your machine.

Build and run the application

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.

Open the bash for the application

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.

Get That Database Going

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

Seeing the application

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.

Register and Login

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published