Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 479 Bytes

CONTACT LIST APP

  • Build a simple contact list application in SpringBoot with a REST API.
  • Users can create, edit, delete and list their contacts. Each contact has a name, phone number and email address stored in a database. Build a very simple frontend, which can call the API to display and edit the data.
  • Bonus: provide a docker file with installation and deployment instructions.

to run

  • gradlew composeUp
  • open http://localhost:5000 in any browser