mimikim / Employee-Directory-PHP-Application

Employee Directory web application utilizing CRUD operations on a MySQL database. Manage users, track employees, and generate reports. (in development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Directory PHP Application

Demo

View Demo on Heroku

Demo Login: admin/password

Description

This is an Employee Directory application built with OOP practices. It queries and displays all employees stored in a MySQL database, as well as generate reports based on the information stored. It features a password-protected admin section with CRUD operations.

Database connection information is defined in /config/config.php. If this file does not exist or the connection information is not valid, the application will direct you to an installation prompt wherein you can fill out database credentials as well as create an initial log-in for yourself (admin). A sample SQL file is provided if you wish to simply plug and play with existing data.

Dependencies

About

Employee Directory web application utilizing CRUD operations on a MySQL database. Manage users, track employees, and generate reports. (in development)


Languages

Language:PHP 92.6%Language:JavaScript 4.2%Language:CSS 3.0%Language:ApacheConf 0.1%