https://github.com/priyansusahoo/train_ticket_system
https://github.com/priyansusahoo/train_ticket_system
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/priyansusahoo/train_ticket_system
- Owner: Priyansusahoo
- Created: 2024-06-01T11:28:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T11:39:38.000Z (11 months ago)
- Last Synced: 2025-01-08T06:46:05.265Z (4 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
POST - purchaseTicket/
URL - http://localhost:8080/api/ticket/purchaseTicket
GET - getTicketById/
URL - http://localhost:8080/api/ticket/getTicketById/1
GET - getUsersBySection/
URL - http://localhost:8080/api/ticket/getUsersBySection/A
DELETE - deleteTicket/
URL - http://localhost:8080/api/ticket/deleteTicket/2
PUT - modifySeat/
URL - http://localhost:8080/api/ticket/modifySeat/1/B/2
