Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sserhatacarr committed Feb 7, 2024
1 parent e91a7a7 commit 13a6727
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Database create table statements are given as example in /flightsearchapi/Db

### Flight Search Endpoints and Requests
(available for admins and users)
- GET api/v1/search/flights
- GET api/v1/flights-search
- ?departureCity=cityName&arrivalCity=cityName&departureDate=yyyy-mm-dd: Retrieve one-way flights according to filters.
- ?departureCity=cityName&arrivalCity=cityName&departureDate=yyyy-mm-dd&returnDate=yyyy-mm-dd: Retrieve two-way flights according to filters.

Expand Down Expand Up @@ -143,4 +143,7 @@ Build the project:
After running, the Swagger OpenAPI UI is available [here](http://localhost:8080/swagger-ui/index.html) or you can get the JSON version from [here](http://localhost:8080/v3/api-docs)

## Additional Notes
To try out the endpoints, you can use already registered users (3 admin, 1 user). You can reach their credentials in [Registered Users](/registered-user.txt).
To try out the endpoints, you can use already registered users (3 admin, 1 user). You can reach their credentials in [Registered Users](/registered-user.txt).

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 comments on commit 13a6727

Please sign in to comment.