https://github.com/goto-eof/horoscope
A complete horoscope web service
https://github.com/goto-eof/horoscope
Last synced: 2 days ago
JSON representation
A complete horoscope web service
- Host: GitHub
- URL: https://github.com/goto-eof/horoscope
- Owner: goto-eof
- Created: 2022-06-11T10:09:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T18:32:17.000Z (almost 3 years ago)
- Last Synced: 2025-10-20T14:40:48.596Z (9 months ago)
- Language: Java
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# horoscope
A complete horoscope web service that I written, which will be integrated with alexa. The application provides an REST API.
I used Spring Boot, spring data jpa, Hibernate and MySQL.
In order to run it, make a maven clean install and then run as Spring Boot application.
Then call the endpoint with postman to retrieve some informations: http://localhost:8080/horoscope/sign/${YOUR_SIGN}
~~[For further information, see my blog](http://dodu.it/?page_id=516)~~