Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.51 KB

JDI Developer Task

Prerequisites

Task

You will be creating a "File Management System".

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

Feel free to implement the web page as you like, we would like a simple admin panel where we can test the functionalities described in the php interfaces.

You can use bootstrap as your css base. The end result should be responsive. If you use a psd as a base for the design please include it in the task.

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.

You may complete the task in any way you see fit.

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.