https://github.com/rzlco666/office-management
This repository contains an application for managing all aspects of an office. Built with PHP, the CodeIgniter 3 framework, a MySQL database, and Bootstrap 3, the application includes features for managing employees, tasks, meetings, and more. It is a useful tool for streamlining and organizing office operations
https://github.com/rzlco666/office-management
codeigniter codeigniter-crud codeigniter3 management management-information-system management-system office web web-application webapp website
Last synced: 3 months ago
JSON representation
This repository contains an application for managing all aspects of an office. Built with PHP, the CodeIgniter 3 framework, a MySQL database, and Bootstrap 3, the application includes features for managing employees, tasks, meetings, and more. It is a useful tool for streamlining and organizing office operations
- Host: GitHub
- URL: https://github.com/rzlco666/office-management
- Owner: rzlco666
- Created: 2021-01-23T07:53:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T04:50:09.000Z (over 3 years ago)
- Last Synced: 2025-06-26T16:07:59.814Z (12 months ago)
- Topics: codeigniter, codeigniter-crud, codeigniter3, management, management-information-system, management-system, office, web, web-application, webapp, website
- Language: PHP
- Homepage:
- Size: 5.75 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Office Management Application
Welcome to this repository for an office management application. This is a college project built with PHP, the CodeIgniter 3 framework, a MySQL database, and Bootstrap 3. The application includes features for managing employees, tasks, meetings, and more. It is a useful tool for streamlining and organizing office operations.
## Main Features
- Registration and login for users
- Registration and login for admins
- CRUD of all data
- Employee account management
- And many more
## Technologies Used
- PHP: a popular server-side scripting language
- CodeIgniter 3: a framework for building web applications with PHP
- MySQL: a popular open-source relational database management system
- Bootstrap 3: a front-end framework for designing responsive and mobile-first websites
## Prerequisites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `officemanagement.sql` file.
3. Configure the database connection settings in the `database.php` file.
4. Perform the installation process.
5. After installation, you can log in with the following credentials:
- username: `rzlco`
- password: `123456`
We hope you find this repository useful as you develop your own office management application or a similar project!