Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinamayi/solution
A simple php employee system
https://github.com/kevinamayi/solution
Last synced: 12 days ago
JSON representation
A simple php employee system
- Host: GitHub
- URL: https://github.com/kevinamayi/solution
- Owner: KEVINAMAYI
- Created: 2023-12-03T06:02:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T11:09:39.000Z (about 1 year ago)
- Last Synced: 2024-11-05T21:48:37.450Z (2 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
/***************************************************/
1. IMPORT DATABASE and extract the folder inside htdocs.. or server of your choice.2. - SET DATABSE DETAILS INSIDE /classes/Db_conn.php
- DATABASE NAME = 'employees'
- USERNAME= 'root'
- PASSWORD = ''3. VISIT localhost/solution
2. TEST DATA FOR ADMINS IN THE DATABASE IS
USERNAME - PASSWORD
1. [email protected] - password
2. [email protected] - passwordNB. This is Same Data HardCoded in the Apllication - To Update the hard coded data edit
addAdmin.php located at inside /solution/pages/addAdmin.phpMake Sure to Update database record incase you edit this file so that you can be able to login successfully
/***************************************************/
DATABASE FILE IS INCLUDED(YOU CAN IMPORT) --> employees.sql.