TQ
thắng quang

Flight Management Dashboard - Copy this React, Tailwind Component to your project

Tôi muốn 1 trang admin tạo chuyến bay flight với post http://localhost:8080/flight/create body { "flightNumber": "VN192", "departureAirport": "HAN", "arrivalAirport": "SGN", "departureTime": "2025 04 04T11:30:00", "arrivalTime": "2025 04 04T11:45:00", "status": "Scheduled", "aircraftId": "4cafd0b4 b962 4d3b b62d e80cf12295f0" } lẩy ra tất cả chuyến bay get http://localhost:8080/flight/getAllFlight có response trả về là { "code": 1000, "message": "get all flight successfully", "result": [ { "id": "0d8a341c b376 414d b573 3d751b96db18", "flightNumber": "VN192", "departureAirport": "SGN", "arrivalAirport": "HAN", "departureTime": "2025 04 04T09:30:00", "arrivalTime": "2025 04 04T11:45:00", "basePrice": 1100000.0, "status": "Scheduled", "totalTickets": 240, "soldTickets": 0, "airCraft": { "id": "4cafd0b4 b962 4d3b b62d e80cf12295f0", "name": "Máy bay 2", "model": "A321neo", "manufacturer": "Airbus", "airline": { "id": "4826681a 7cd2 409b 8d29 3464055697a7", "name": "VietNam Airline", "description": "Hãng hàng không quốc gia Việt Nam", "country": "Vietnam", "foundedYear": "1985" } } }, { "id": "752dec4f 80fa 4bf0 bab1 6ccc889a865a", "flightNumber": "VN150", "departureAirport": "SGN", "arrivalAirport": "HAN", "departureTime": "2025 04 04T09:30:00", "arrivalTime": "2025 04 04T11:45:00", "basePrice": 1850000.0, "status": "Scheduled", "totalTickets": 240, "soldTickets": 0, "airCraft": { "id": "ff84dcdf 3a40 492e 8bb3 5f1bc02a15b7", "name": "Airbus A323neo", "model": "A321neo", "manufacturer": "Airbus", "airline": { "id": "4826681a 7cd2 409b 8d29 3464055697a7", "name": "VietNam Airline", "description": "Hãng hàng không quốc gia Việt Nam", "country": "Vietnam", "foundedYear": "1985" } } } ] } và có delete http://localhost:8080/flight/delete/19e06c7e 5af9 498a 88f6 47dd68a90a65 để xóa chuyến bay

Prompt
Component Preview

About

FlightManagementDashboard - Manage flights effortlessly with features to create, view, and delete flights. Built with React and Tailwind. Copy code today!

Share

Last updated 1 month ago