[FIX] The Prototype is now functional

This commit is contained in:
NADAL Jean-Baptiste
2026-02-18 15:43:41 +01:00
parent 039cecc4a6
commit e7c4768589
2 changed files with 9 additions and 1 deletions

View File

@@ -171,6 +171,14 @@ MySQL database connection configured in `api/config/database.php`:
- **Test**: http://localhost:5173 - login with admin/password
- **API base URL**: http://localhost:8000/api/
### Starting the PHP Server
For file uploads to work, start the server with the custom upload config:
```bash
cd api
php -c php-upload.ini -S localhost:8000 router.php
```
## Current Tech Stack (2024)
- **Frontend**: SvelteKit (NOT Vue.js 2) in `/partitions/`