Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erasmobezerra authored Nov 27, 2023
1 parent 63f902f commit a31c827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ java -jar target/whale-api.jar
```

## 📚 API Documentation
The API documentation, automatically generated by Spring, will be available at:
![image](https://github.com/ProjectBIGWHALE/bigwhale-api/assets/57486221/194576ad-d432-4c23-a9c6-b9ca5e29b71a)

There are tools that easily allow you to build interaction interfaces with your API, in order to test functionalities quickly and without the need to create code. We then chose to use Swagger.

After performing the steps in the Confgurations section, access our API's interactive documentation at:
- [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html).


Expand Down

0 comments on commit a31c827

Please sign in to comment.