TikTok Video Downloader
Download TikTok videos for free. No login or password are required.
Introduce
This project was developed using Laravel 8 and using VueJS as a page view.
Installation
> git clone https://github.com/ibnusyawall/tiktok-downloader
> cd tiktok-downloader
> composer i
> npm i
> mv .env.examples .env
Clear cache dependencies:
> php artisan config:cache
> php artisan cache:clear
Setup
> php artisan key:generate
> npm run watch-poll
Usage
> php artisan serve