Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf75111
fastapi_django_main_live
/
routers
/
ai
/
run.sh
kenken999
test
cf75111
11 months ago
raw
Copy download link
history
blame
180 Bytes
#!/bin/bash
# Install dependencies
composer install
# Run migrations
php artisan migrate
# Run seeds
php artisan db:seed
# Run the Laravel development server
php artisan serve