tb12as / batch-link

Batch link is an app where you can save or share your links.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch Link

This application is made based on personal needs, as well as a programming exercise for me.

And one more thing, the text that you are reading now is the result of a translation from google translate, so I apologize if there is a tense or writing error in the previous paragraph or this paragraph.

After clone

cd batch-link
composer install
cp .env.example .env
php artisan key:generate

(database configuraton in .env file)

php artisan migrate --seed
npm install
npm run dev
php artisan serve

(default user in UserSeeder.php file)

About

Batch link is an app where you can save or share your links.


Languages

Language:PHP 50.2%Language:Blade 28.2%Language:Vue 21.3%Language:Shell 0.3%