https://github.com/moraeslucas/restfulapp
RESTful Web Service in Java containing several web application services
https://github.com/moraeslucas/restfulapp
Last synced: 13 days ago
JSON representation
RESTful Web Service in Java containing several web application services
- Host: GitHub
- URL: https://github.com/moraeslucas/restfulapp
- Owner: moraeslucas
- License: mit
- Created: 2019-09-17T21:34:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T16:22:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T23:43:55.796Z (3 months ago)
- Language: Java
- Homepage:
- Size: 5.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RESTfulApp
This is a Restful Service which contains several web services that return their response in both JSON and XML:> JSON result samples
{"Celsius Value":100,"Fahrenheit Value":212}
{"Celsius Value":150,"Fahrenheit Value":302}
{"Celsius Value":200,"Fahrenheit Value":392}
## Additional Description
This Restful Service was developed in Java using using Apache Tomcat as the web server:
For even more information, please refer to the file [Application-Guide.pdf](./Application-Guide.pdf)
## References
Crunchify article[^1]
[^1]: https://crunchify.com/