Skip to content

Commit

Permalink
Added Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRizaAynaci committed Oct 1, 2024
1 parent 8231375 commit cd55769
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ These are the core components around which the system revolves.
---
- **Java 8+:** Programming language
- **Spring Boot:** Framework for creating RESTful APIs
- **Spring Data JPA:** Data access framework
- **Spring Security:** Security framework
- **Maven:** Dependency management
- **JUnit 5:** Testing framework
- **Mockito:** Mocking framework
Expand Down Expand Up @@ -182,7 +184,8 @@ The CI/CD pipeline consists of two jobs:
- **URL:** `POST /api/bookings/create`
- **Method:** `POST`
- **Request Body:** JSON
```
- **Example:**
```json
{
"flightNumber": 1,
"passengerName": "John Doe",
Expand Down

0 comments on commit cd55769

Please sign in to comment.