Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 682 Bytes

#ACE - ROBOTS alt travis build

frontend

  • create angular app
  • provide necessary UI
  • consumes backend REST API

backend

  • Create a backend java app using spring boot
  • rest web services
  • json request/response payloads
  • robot store data persisted in data store, accessed via jpa

Data Persistence

  • in memory (H2 for dev profile)

Scope

  • list,find,add,delete robots from store see swaager-ui

Stretch Goals:

  • deployment in cloud platform demo
  • authorization