Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.12 KB

readme.md

File metadata and controls

42 lines (31 loc) · 1.12 KB

Clarocity PHP Test Requirements

Build a Basic Application demonstrating the use of the following:

  • Written MySQL queries using a JOIN or SUBQUERY
  • Some knowledge of OOP / OOD in PHP
  • Some use of Javascript ( Whatever flavor you select )
  • Use of frameworks is frowned upon for this exercise
  • CRUD should be an objective as well
  • Use of a CSS framework ( Bootstrap )
  • Any other pizazz you want to add would be acceptable to show your affinity for such things that you enjoy when developing.

Instructions :

  • Fork this repository and submit a Pull Request once you complete the tasks, we will then review and let you know what we think.
  • Add a Markdown file named profile.md with links to any other work you would like us to review (GitHub Repos, side project websites, etc)

Project Data

Each property will have zero or more sales of that property

Property Table Required Columns

address city state ZIP

Property Sales Table Required Columns

Sale Date Sale Price