This service provides APIs to manage your tickets in the Kanban Board.
- POST - /ticket
- GET - /ticket
- GET - /ticket/{ticketId}
- GET - /ticket/findByStatus
- DELETE - /ticket/{ticketId}
- PUT - /ticket/{ticketId}
- SpringBoot
- Swagger (API Design and Definition)
- H2 (In-Memory DB)
- Docker
- Go to the project directory
- Open terminal
- Command >> mvn clean install
- Command >> docker images (to find the image id)
- Command >> docker run -p 7071:7071 {imageId}
- Now you can access the service through localhost:7071