Skip to content

Save and comment your favorite links from the web. It's just a bookmarking application.

License

Notifications You must be signed in to change notification settings

unnikked/Segnalibro

Repository files navigation

Segnalibro

Save and comment your favorite links from the web. It's just a bookmarking application.

Built with Laravel 5.6 - Screenshots

Documentation

Install

Supports only PHP 7.1

git clone https://github.com/unnikked/Segnalibro.git
cd Segnalibro
composer install
cp .env.example .env
php artisan key:generate

Now configure your database, for a quick run use SQLite. Edit your .env file with

DB_CONNECTION=sqlite
# delete the rest DB_ related entries

And create the database and migrate

touch database/database.sqlite
php artisan migrate

Serve it with php artisan serve.

About

Save and comment your favorite links from the web. It's just a bookmarking application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published