An open API service indexing awesome lists of open source software.

https://github.com/priyansusahoo/train_ticket_system


https://github.com/priyansusahoo/train_ticket_system

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

POST - purchaseTicket/

URL - http://localhost:8080/api/ticket/purchaseTicket

![image](https://github.com/Priyansusahoo/Train_Ticket_System/assets/78722016/dab0ee38-d4ec-49fd-adab-aa96f8ee9e5f)

GET - getTicketById/

URL - http://localhost:8080/api/ticket/getTicketById/1

![image](https://github.com/Priyansusahoo/Train_Ticket_System/assets/78722016/905f1f7c-8b2b-4795-a99b-744bed2bc21b)

GET - getUsersBySection/

URL - http://localhost:8080/api/ticket/getUsersBySection/A

![image](https://github.com/Priyansusahoo/Train_Ticket_System/assets/78722016/c9acd45b-b917-42c1-8a5d-4b448a492fdc)

DELETE - deleteTicket/

URL - http://localhost:8080/api/ticket/deleteTicket/2

![image](https://github.com/Priyansusahoo/Train_Ticket_System/assets/78722016/61cb8232-0349-403b-a39d-37f61b461692)

PUT - modifySeat/

URL - http://localhost:8080/api/ticket/modifySeat/1/B/2

![image](https://github.com/Priyansusahoo/Train_Ticket_System/assets/78722016/a564d6ea-abfd-4e42-b5c7-a44f1215f795)