Skip to content

joefearnley/kaboomr

Repository files navigation

kaboomr

Guess who's back in the roomr.

This is a bookmarking service written using Laravel and Laravel UI.

Installation

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 .env file with the correct credentials.

  • Also, add the correct email settings in your .env file

  • Install dependencies

composer install
  • Migrate the data
php artisan migrate
  • Run the server
php artisan serve

Testing

This project has a good amount of tests around it. To run those tests use the artisan command.

php artisan test

Deploying

My 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.

About

Bookmarking service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published