POSTMAN
- Already imported the JSON script into POSTMAN for API testing
STARBUCKS NODEJS
- The goal is to rewrite the starbucks-nodejs into Spring MVC
- Don't forget to update the api_endpoint when you deploy on GKE
STARBUCKS APP
- No need to modify the code of the app
- {login} shortcut to login without typing the PIN
- when you want to run it, run-spring to pass all the api information including the (url,key, reg) in order for the API connec to the app.
EXPECTATION
- Adding the feature to let user pick what they one and add into the order then it will deduct the money of the order into the card.
- Currently in the nodeJS app, It's using H2 DB and you have to switch to MySQL