Guess who's back in the roomr.
This is a bookmarking service written using Laravel and Laravel UI.
See Laravel's server requirements for the system requirements.
- Clone this repository
git clone https://github.com/joefearnley/kaboomr.git
cd kaboomr-
Set up a mysql database and update your
.envfile with the correct credentials. -
Also, add the correct email settings in your
.envfile -
Install dependencies
composer install- Migrate the data
php artisan migrate- Run the server
php artisan serveThis project has a good amount of tests around it. To run those tests use the artisan command.
php artisan testMy version of this site runs on a Digital Ocean droplet and is a work in progress. I would like to get a CI tool set up to run the tests when push to Github and possibly push to Digital Ocean as well.