Skip to content

This is a Tiktok Clone (API) made with Nuxt 3, Vue JS, Laravel (API), Tailwind CSS, and Pinia

License

Notifications You must be signed in to change notification settings

nur1labs/shinkansen-api

 
 

Repository files navigation

Shinkansen API (tiktok-clone-api)

For this Shinkansen API to work you'll need the Frontend:

Shinkansen: https://github.com/nur1labs/shinkansen-fe

App Setup

gh repo clone nur1labs/shinkansen-api

Install composer

composer install 

Upgrade composer version to 2.x.

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"

Then, upgrade composer with root permission into /usr/bin.

php composer-setup.php --version=2.2.0 --install-dir=/usr/bin --filename=composer
php -r "unlink('composer-setup.php');"

Then

cp .env.example .env 

php artisan cache:clear 

composer dump-autoload 

php artisan key:generate

composer require laravel/breeze:* --dev

php artisan breeze:install (FOR THIS SELECT THE API INSTALL)

php artisan serve

Create a DATABASE. Make sure the DB_DATABASE in the .env is the same and then run this command

php artisan migrate

You should be good to go!

Application Images

About

This is a Tiktok Clone (API) made with Nuxt 3, Vue JS, Laravel (API), Tailwind CSS, and Pinia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%