This is an API that should randomly pick out a Whisky to try/ learn about. It gives the proof, brand, type, and name.
##Current Stage:
- Building the initial data model.
- After this, I'm going to add the DB using either AWS or Apache Cassandra [whichever has free setup].
- I'm going to connect the Data to the Model using Spring's Annotations & Auto-Configuration options to avoid the usual POJO to handle these objects.
- I'm going to create the API handler for these.
- I'm going to connect it to a UI. That UI should handle a GET/POST request. The DELETE request should be available at the API level, but not utilized because only Admins should have that access.
Information to come.
Information to come.