Pumpr is a gas tracker that keeps record of your fill-ups and total mileage to determine dollar/gallon in your car.
- Configure a full stack SpringREST app
- model a simple Java object and store it in a single table database
- use restful annotations
- Send / receive JSON
- Parse JSON response with JavaScript
- Build HTML (using JSON) with jQuery
- Send asynchronous request to Java controller with jQuery's AJAX