Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

File metadata and controls

21 lines (15 loc) · 588 Bytes

Redinet Copilot_Net

Capacitación VSCode Copilot para programadores C#

Prácticas: AstroBookings

dotnet build
dotnet run
curl -X POST http://localhost:5058/rockets \
  -H "Content-Type: application/json" \      
  -d '{"name":"Orion I","capacity":4,"speed":25000,"range":"MOON"}'
{"id":"r0001","name":"Orion I","capacity":4,"speed":25000,"range":"MOON"}