unnikked / Segnalibro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:PHP 62.9%Language:HTML 20.6%Language:Vue 16.5%