Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Bookmarks Application Laravel API
Clone the app at your laravel folder
copy .env.example to new .env
edit .env with your DB settings
composer update php artisan key:generate php artisan migrate --seed php artisan passport:install
Keep client id and client secret for Password grant client.
You will use them later at frontend app.
You can use docker (with apache/php/mysql) to install Laravel
https://bitbucket.org/rocean/apache-mysql-for-laravel
You can find the frontend code (Vue) here https://bitbucket.org/rocean/bookmarks