Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrezadit/project-management-system
Project management system for Digital Marketing.
https://github.com/mrezadit/project-management-system
codeigniter php project-management source-code website
Last synced: 4 months ago
JSON representation
Project management system for Digital Marketing.
- Host: GitHub
- URL: https://github.com/mrezadit/project-management-system
- Owner: mrezadit
- License: mit
- Created: 2023-11-16T11:54:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T18:40:27.000Z (11 months ago)
- Last Synced: 2024-09-30T00:40:56.842Z (4 months ago)
- Topics: codeigniter, php, project-management, source-code, website
- Language: JavaScript
- Homepage:
- Size: 5.77 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# About System
**Project Management System (CodeIgniter)** website based system. The case of this system is for project management of **Digital Marketing**.# Features
- **Dashboard** - Summary of system progress
- **Client** - Create & update data client
- **Project** - Create project data including services required in the project
- **Analyst** - Create data analysis for project campaigns to be worked on
- **Staff**- Create & update data staff, including team
- **Team** - Create & update data team
- **Schedule** - Create schedule from data analysis and create task to each staff
- **Task** - Submit & Report completed task by staff
- **Review** - Review of reported task results
- **Progress Report** - Progress results of ongoing projects
- **Project Report** - Completed project results# Requirement
- **XAMPP** installed with **PHP** (version 8.0.25, not tested with other version yet)
- **Browser** (tested in google chrome)# How to install
- Copy and extract zip file to ``xampp/htdocs``
- Open XAMPP Control Panel, then start on MySql and Apache
- Open ``localhost/phpmyadmin`` in a browser
- Create database with the name ``sysproject``
- Import database file from ``assets/db/sysproject.sql``
- Run this system in a browser ``localhost/project-management-system-main``
- Input login information from ``READMEE!!.txt``# Screenshot
- **Dashboard**
- **Project**
- **Analyst**
- **Schedule**
- **Task**
- **Report**