Skip to content

sagarborse/php-fms-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDI Developer Task

How To Test and Install The Project

  • Create Database Of Your Choice
  • Change the Database details in config/constant.php
  • Run the queries manually from config/database.sql on to database
  • run ./fmshelp to get all the options from root

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.

About

PHP based File Management System test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%