Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpetGexha authored Jun 27, 2023
1 parent c10cae4 commit a2835b9
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<details close>
<summary>Dark Mode</summary>

![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)
</details>

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 : [email protected]
Password: admin
```

**(Normal User)**
```
Email : [email protected]
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
```

0 comments on commit a2835b9

Please sign in to comment.