https://github.com/gpbonillas/api-rvr1960
API que permite consultar versículos bíblicos (versión Reina-Valera 1960) usando MicroProfile
https://github.com/gpbonillas/api-rvr1960
api-rest bible java microprofile reina-valera
Last synced: 9 months ago
JSON representation
API que permite consultar versículos bíblicos (versión Reina-Valera 1960) usando MicroProfile
- Host: GitHub
- URL: https://github.com/gpbonillas/api-rvr1960
- Owner: gpbonillas
- Created: 2021-05-14T19:11:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T04:47:45.000Z (almost 3 years ago)
- Last Synced: 2025-09-09T07:38:56.494Z (10 months ago)
- Topics: api-rest, bible, java, microprofile, reina-valera
- Language: Java
- Homepage:
- Size: 3.06 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MicroProfile generated Applications
MicroProfile Starter has generated 2 MicroProfile applications for you.
There are 2 projects generated so that the examples for the Rest Client and/or JWT Auth specification are more realistic in the sense that they actually call an endpoint within another service.
. In the `service-a` directory, you can find an application with the major parts of the application. This can be seen as the 'client'.
. In the `service-b` directory, you can find some endpoints which will be called by code within the client application. This can be seen as the 'backend'.
Have a look in the `readme.md` file in each directory which describes how each project can be built and run.
Once both projects are built and started, open your browser at the following URL to launch the test page and execute both projects:
http://localhost:8080/index.html