Skip to content

daniilalex/task_manager_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The CodeAcademy last project

The task manager system

Build Status

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.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published