Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 486 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 486 Bytes

Spring Project

A simple cash card application (modern way for parent to manage allowance funds for their kiddos).

Goal

  • Creating a single cash card in database
  • Allow for the editing, deleting, viewing of multiple cash cards
  • Securing the app against unauthorized access and unwanted exploits

My Goal

  • Utilize Spring Boot to build a complete Restful API
  • Learn what Spring Boot offers
  • Building Web App with Spring Web

Approach

  1. Test-First
  2. Steel Thread