All Projects → unnikked → Segnalibro

unnikked / Segnalibro

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

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to Segnalibro

laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (+235.71%)
Mutual labels:  laravel5, laravel55
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (+135.71%)
Mutual labels:  self-hosted, web-application
solder
Supercharge Your Modpack with Solder
Stars: ✭ 27 (+92.86%)
Mutual labels:  laravel5, laravel55
Urlhum
The modern, privacy-aware URL Shortener built in PHP.
Stars: ✭ 513 (+3564.29%)
Mutual labels:  self-hosted, web-application
Link Lock
Password-protect URLs using AES in the browser; create hidden bookmarks without a browser extension
Stars: ✭ 418 (+2885.71%)
Mutual labels:  bookmark, web-application
Reminiscence
Self-Hosted Bookmark And Archive Manager
Stars: ✭ 1,303 (+9207.14%)
Mutual labels:  bookmark, self-hosted
mqtt-panel
Self hosted Web App panel for MQTT
Stars: ✭ 29 (+107.14%)
Mutual labels:  self-hosted, web-application
Mango
Mango is a self-hosted manga server and web reader
Stars: ✭ 610 (+4257.14%)
Mutual labels:  self-hosted, web-application
Commafeed
Google Reader inspired self-hosted RSS reader.
Stars: ✭ 1,842 (+13057.14%)
Mutual labels:  self-hosted, web-application
Bkmrkd
Bkmrkd is a self-hosted, lightweight bookmarking service run on node.js and rethinkdb
Stars: ✭ 52 (+271.43%)
Mutual labels:  bookmark, self-hosted
Shaarli Material
Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.
Stars: ✭ 228 (+1528.57%)
Mutual labels:  bookmark, self-hosted
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (+371.43%)
Mutual labels:  bookmark
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (+421.43%)
Mutual labels:  bookmark
BeautyBooking
Web application for booking beauty appointments (ASP.NET Core 3.1). My project for the ASP.NET Core course at SoftUni.
Stars: ✭ 35 (+150%)
Mutual labels:  web-application
nanoblog
Open source microblog with buffering and Twitter crossposting
Stars: ✭ 23 (+64.29%)
Mutual labels:  self-hosted
bin
highly opinionated, minimal pastebin
Stars: ✭ 97 (+592.86%)
Mutual labels:  self-hosted
trusted-cgi
Lightweight runner for lambda functions/apps in CGI like mode
Stars: ✭ 150 (+971.43%)
Mutual labels:  self-hosted
RSS-to-Telegram-Bot
A Telegram RSS bot that cares about your reading experience
Stars: ✭ 482 (+3342.86%)
Mutual labels:  self-hosted
slye
A web application to create 3D presentations based on WebGL
Stars: ✭ 60 (+328.57%)
Mutual labels:  web-application
trento
An open cloud-native web console improving on the work day of SAP Applications administrators.
Stars: ✭ 35 (+150%)
Mutual labels:  web-application

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].