https://github.com/geekyshacklebolt/dropwizard-helloworld
A simple DropWizard based HelloWorld REST API created from scratch with Minimal code.
https://github.com/geekyshacklebolt/dropwizard-helloworld
dropwizard java rest-api
Last synced: about 2 months ago
JSON representation
A simple DropWizard based HelloWorld REST API created from scratch with Minimal code.
- Host: GitHub
- URL: https://github.com/geekyshacklebolt/dropwizard-helloworld
- Owner: GeekyShacklebolt
- Created: 2021-01-06T13:18:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T15:11:12.000Z (over 5 years ago)
- Last Synced: 2025-03-23T11:22:35.477Z (over 1 year ago)
- Topics: dropwizard, java, rest-api
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DropWizard HelloWorld
A simple [DropWizard](https://www.dropwizard.io/en/latest/) HelloWorld API created from scratch with Minimal code.
This app I created by heavily taking references form [DropWizard Getting Started Guide](https://www.dropwizard.io/en/latest/getting-started.html), not by generating directly with an [archetype](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html).
I have documented my experience of developing this app in a blog post on [A Habit of Learning](https://geekyshacklebolt.wordpress.com/2021/01/06/dropwizard-helloworld-api-from-scratch/).
Thank you!