This is an exam project from the CodeAcademy team for managers to give and create new tasks for your employees. With new properties for the multi-task employees.
Task manager requires Github.
- Make a clone of repository
git clone [email protected]:daniilalex/task_manager_system.git
- In the DATABASE_FILE directory there is a login detail file
- Create or choose(default) database on your pc local.
- Open the migration.php file in the directory DATABASE_FILE.
- Change or leave(default values) to your connection in the DATABASE_FILE/migration.php and Classes/Repository.php
-
- Run the migration.php file in your IDE console.
- Create or choose(default) seed file in the directory DATABASE_FILE/seeds.php
-
- Run the seeds.php file in your IDE console.
php DATABASE_FILE/migration.php
php DATABASE_FILE/seeds.php
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000