Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.21 KB

Dog4You

Introduction

Final project in Software Engineer course. Our project Dog4You was build in order to encourage dog adoption, The Kennels can add/remove/edit dogs and Clients can search in the DB for a match.

Technologies

The project was writen in JAVA language, Our DB implemented in text files using FileManager and repository architecture. Furthermore We implemented test on the DB and the Model using JUnit tests.

Architecture

  • MVC
  • Repository
  • Singltone
  • ObServer

UI's

  • Login UI
  • Admin UI
  • Kennel UI
  • User UI
  • ContactUS UI
  • SignUp UI

Pictures