Skip to content

Commit

Permalink
Updated readme with Heroku hosting details
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishn authored Oct 8, 2021
1 parent aaa0e31 commit e8dc626
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ Ex. http://localhost:8080/flights/route/3393/3361 should return the JSON respons
This exposes the Swagger API documentation on to the Swagger UI endpoint
2. Run the endpoint on the browser. This returns a HTML page where you can run the API's and test them out.
http://localhost:8080/flights/api/docs/ui. This will redirect to default Swagger documentation UI page http://localhost:8080/swagger-ui.html#/

# API hosting
- This application has been hosted on Heroku and can be acccessed via this link - https://openfligthsapi.herokuapp.com/swagger-ui.html
- API is authorised by username and password mentioned in the application.properties using Spring Security
- Every merge from a PR triggers the deployment pipeline and hosts the new version of this API on Heroku

0 comments on commit e8dc626

Please sign in to comment.