Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.65 KB

JDI Developer Task

Prerequisites

Task

You will be creating a "File Management System".

You may use a storage engine of your choice, for example MySQL, Sqlite or flat files. If you choose to use MySQL or another SQL database then please provide a schema dump.

Your git repository has three interfaces, please use these interfaces as the foundation of the task.

You may complete the task in any way you see fit, the resulting system can be either web or CLI based.

Please do not use any third party frameworks.

We would suggest that you use git commits in a way that allows the reviewer to understand the thought process taken to achieve each given goal. Branching models are not required but can be utilised if you like, at the very least wrapping each feature into a commit is recommended.

Conclusion

In your repository PROGRESS file, you should note your experience with the task, and provide some critique to the codebase as a whole.

If you used Vagrant and/or PuPHPet to create a development VM please include the configuration files so we can test your code on the same platform.