2
2
3
3
Inventory Management System with Laravel 10 and MySql.
4
4
5
- ![ Dashboard ] ( https://user-images.githubusercontent.com/71541409/236858603-89e4be74-0a8b-4b4b-98b0-24e66ec5602d .png)
5
+ ![ img.png ] ( img .png)
6
6
7
- ## 💀 Design Database
8
- ![ Diagram Class] ( https://github.com/fajarghifar/inventory-management-system/assets/71541409/0c7d4163-96f5-4724-8741-4615e52ecf98 )
9
-
10
- ## 😎 Features
7
+ ## 🚀 Features
11
8
- POS
12
9
- Orders
13
10
- Pending Orders
@@ -21,21 +18,22 @@ Inventory Management System with Laravel 10 and MySql.
21
18
- Customers
22
19
- Suppliers
23
20
24
- ## 🚀 How to Use
21
+ ## : hammer : Setup & How to Use
25
22
26
23
1 . Clone Repository ` git clone https://github.com/fajarghifar/inventory-management-system `
27
24
2 . Go into the repository ` cd inventory-management-system `
28
25
3 . Install Packages ` composer install `
29
26
4 . Copy ` .env ` file ` cp .env.example .env `
30
27
5 . Generate app key ` php artisan key:generate `
31
28
6 . Setting up your database credentials in your ` .env ` file.
32
- 7 . Seed Database: ` php artisan migrate:fresh ---seed `
33
- 8 . Create Storage Link ` php artisan storage:link `
34
- 9 . Install NPM dependencies ` npm install && npm run dev `
35
- 10 . Run ` php artisan serve `
36
- 11 . Try login with email:
` [email protected] ` and password:
` password `
29
+ 7 . Migrate database ` php artisan migrate `
30
+ 8 . Seed Database: ` php artisan migrate:fresh ---seed `
31
+ 9 . Create Storage Link ` php artisan storage:link `
32
+ 10 . Install NPM dependencies ` npm install && npm run dev `
33
+ 11 . Run ` php artisan serve `
34
+ 12 . Try login with email:
` [email protected] ` and password:
` password `
37
35
38
- ## 🚀 Config
36
+ ## : gear : Config
39
37
40
38
1 . ** Config Chart**
41
39
@@ -49,6 +47,3 @@ If you have any ideas to make it more interesting, please send a PR or create an
49
47
# 🤝 License
50
48
51
49
### [ MIT] ( LICENSE )
52
-
53
- > Github [ @fajarghifar ] ( https://github.com/fajarghifar )   ;· ;  ;
54
- > Instagram [ @fajarghifar ] ( https://instagram.com/fajarghifar )
0 commit comments