Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 556 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 556 Bytes

sprint2

Sprint 2

Developers: Sal Camara Ben Connell Jason Gambino Amber Davis Giang (Kevin) Dinh Product Owner: Derek Dinh Scrum Master: James Essad

Notes:

  • Moustache as our templating engine

  • CRUD; Create, Read, Update, Delete

  • Get -> READ, POST -> Create, DELETE -> Delete, PUT -> Update

  • JPA: Java Persistence API (Hibernate)

  • ORM: Classes --> Table Instance --> Row Variables --> Columns

  • Create a user class and be able to do the CRUD ops on it.

  • Use apache derby.