install backend

This commit is contained in:
Yisroel Baum 2026-07-30 22:00:34 +03:00
commit eede23a0fd
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
50 changed files with 10444 additions and 0 deletions

5
backend/routes/web.php Normal file
View file

@ -0,0 +1,5 @@
<?php
use Illuminate\Support\Facades\Route;
Route::inertia('/', 'Welcome')->name('home');