From a2835b91afa6f2b851cf2b069845196ad070933a Mon Sep 17 00:00:00 2001 From: Alpet Gexha <50520333+AlpetGexha@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:00:37 +0200 Subject: [PATCH] Update README.md --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da060ce..2631f64 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,55 @@ +# Asset Management -![screenshot-127 0 0 1_8000-2023 06 27-18_43_07](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/4136f2f4-1ec4-41d3-a821-a17ea5d0b3dc) +**Asset Management** it's any process a company or organization uses to keep track of the equipment and inventory vital to the day-to-day operation of their business. +ADMIN USER +![Admin-Page](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/4136f2f4-1ec4-41d3-a821-a17ea5d0b3dc) +
+Dark Mode + +![Admin-User-Dark-Mode](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/72742629-abeb-4d65-9f88-bbda7cc5426e) -![screenshot-127 0 0 1_8000-2023 06 27-18_47_03](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/72742629-abeb-4d65-9f88-bbda7cc5426e) +
+NORMAL USER +![screencapture-127-0-0-1-8000-admin-2023-06-27-18_53_11](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/286d1a87-9eb3-4f0b-a420-89a0ddba20dd) -![screencapture-127-0-0-1-8000-admin-2023-06-27-18_53_11](https://github.com/AlpetGexha/Laravel-Asset-Management/assets/50520333/286d1a87-9eb3-4f0b-a420-89a0ddba20dd) +# Installation +``` +git clone https://github.com/AlpetGexha/Laravel-Asset-Management.git +cd Laravel-Asset-Management-master +composer install +cp .env.example .env +php artisan migrate --seed +``` + +### Start Project + +``` +php artisan serve +``` +# Users + +**(Super Admin)** +``` +Email : admin@admin.com +Password: admin +``` + +**(Normal User)** +``` +Email : user@user.com +Password: user +``` + +Change the email configuration to get all the feature +```bash +MAIL_MAILER=smtp +MAIL_HOST=mailpit +MAIL_PORT=1025 +MAIL_USERNAME=null +MAIL_PASSWORD=null +MAIL_ENCRYPTION=null +```