https://github.com/sarfraznawaz2005/bookmarker
BookMarker is simple app made in Laraval framework using SQLite that can be used to bookmark important pages from the web to read them later.
https://github.com/sarfraznawaz2005/bookmarker
bookmark laravel php
Last synced: over 1 year ago
JSON representation
BookMarker is simple app made in Laraval framework using SQLite that can be used to bookmark important pages from the web to read them later.
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/bookmarker
- Owner: sarfraznawaz2005
- Created: 2016-07-07T19:16:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T18:45:27.000Z (over 9 years ago)
- Last Synced: 2025-03-17T14:22:13.995Z (over 1 year ago)
- Topics: bookmark, laravel, php
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BookMarker
BookMarker is simple app made in Laraval 5.2 framework using SQLite that can be used to bookmark important pages from the web to read them later. This is useful when you want to do research about some topic and organize page links according to category/folder. Another good option is that bookmarked pages can be annotated with highlights and comments. Pages can be bookmarked either manually via Admin interface or through provided Chrome browser extension.
## Why ?
Simple, because it was hard for me to manage my bookmarks in browser and I didn't want to use any online service either.
## Screenshot

## Installation
- Clone or Download the repo
- Run `composer install`
- Create `database.sqlite` under `database` folder
- Run `php artisan migrate`
- Run `php artisan db:seed` to insert default admin user
- Open the app in your browser
.
Default Admin Login Details: `admin@admin.com/admin123`
**Note:** You might witness CSS/Javascript files not loading if you try to access app like `http://localhost/bookmarker/public` so create a virtual host pointing to the app like `http://bookmarker.dev`.
## License
The BookMarker is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).