Skip to content

berkcetinsaya/TaskManagementSystem

Repository files navigation

Task Management System For Overseas Engineers

This web application was developed in order to schedule and view the tasks of marine engineers. It has 2 main modules. The first module is task module and the second module is user module. Task module is use to create and view the tasks. User module is to create users with their levels. Here is a demo.

Usage

When you clone it, put the master folder to your web server directory. Then, import the tms.sql file to your mysql database. By default, it will create a new database called as tms with the tables. In case if it does not work, you can use tmsTable.sql to import only the tables into the database you created.