No description
Find a file
2026-05-15 14:19:59 +00:00
.devcontainer boh 2026-05-15 13:42:10 +00:00
backend boh 2026-05-15 13:42:10 +00:00
database boh 2026-05-15 13:42:10 +00:00
frontend boh 2026-05-15 13:42:10 +00:00
docker-compose.yml m 2026-05-15 14:19:59 +00:00
README.md boh 2026-05-15 13:42:10 +00:00

Sistema Ticket - Docker Ready

Avvio

docker compose up --build

Servizi

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