generated from DEVCONTAINER/nodejs-24-lts
No description
| .devcontainer | ||
| backend | ||
| database | ||
| frontend | ||
| docker-compose.yml | ||
| README.md | ||
Sistema Ticket - Docker Ready
Avvio
docker compose up --build
Servizi
- Frontend Node: http://localhost:3001/html/login_index.html
- API PHP: http://localhost:8082
- Adminer: http://localhost:8083
Database
- Host: db
- DB: sistema_ticket
- User: algos
- Password: algos123
- Root password: root
API disponibili
- POST /api/register
- POST /api/login
- GET /api/tickets
- POST /api/tickets
- GET /api/profile?id=1