Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 309 Bytes

PizziSalle - Design Patterns Project

Patterns applied:

  • Singleton
  • Abstract Factory
  • Factory Method
  • Builder
  • MVC
  • Observer
  • Strategy
  • Repository

In order to populate the database, either execute ONCE populateDatabase(), located in the Main java class, or use the db_insertions SQL file to do so.