Attendance Management System is a web application based on Laravel which keeps track of employee hours. It is the system you use to document the time your employees work and the time they take off.
- HTML5
- CSS
- JAVASCRIPT
- BOOTSTRAP
- PHP
- LARAVEL
username:ali@aliatayee.com
password:ali123
To setup and install Attendance Management System project, follow the below steps:
- Clone this project by the command:
$ git clone https://github.com/aliatayee/Attendance_Management_System
- Then switch to the project folder by the bellow query:
$ cd Attendance_Management_System
-
Then open
env
file and update database credentials. -
Then run the below command to install composer dependencies
$ composer install
- Then run the below command to install dependencies
$ npm i
- Then run the below command to migrate the tables.
$ php artisan migrate
- Then run the below command to run seeder.
$ php artisan db:seed
- Finally, run the below command to start the project.
$ php artisan serve
- PHP installed
- Composer installed
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
👤 Ali
- GitHub: @aliatayee
- Twitter: @aqaatayee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
Thank you for considering contributing to the attendance management system!.