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.
- Registration and login for users
- Registration and login for admins
- CRUD of all data
- Employee account management
- And many more
- 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
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.
- Clone or download the repository to your local development environment.
- Set up the database by importing the provided
officemanagement.sql
file. - Configure the database connection settings in the
database.php
file. - Perform the installation process.
- After installation, you can log in with the following credentials:
- username:
rzlco
- password:
123456
- username:
We hope you find this repository useful as you develop your own office management application or a similar project!