Include OpenAPI information in the README
This commit is contained in:
parent
ca0b1b18d3
commit
94b1066c17
10
README.md
10
README.md
@ -68,6 +68,16 @@ Unit tests can be executed with
|
||||
bundle exec rspec
|
||||
```
|
||||
|
||||
## API documentation
|
||||
|
||||
Generate the OpenAPI documentation with the command:
|
||||
|
||||
```
|
||||
rake rswag:specs:swaggerize
|
||||
```
|
||||
|
||||
The documentation is available in Swagger UI in http://libre-wedding-planner.app.localhost/api/api-docs/index.html. If testing the API through the UI, you will need to select the second server (which includes the `/api` path), intended for development.
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions of all kinds (code, UX/UI, testing, translations, etc.) are welcome. The procedures to contribute are still being defined, but don't hesitate to reach out in case you want to participate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user