Template
35 lines
855 B
Markdown
35 lines
855 B
Markdown
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p>
|
|
<h1 align="center">App Test</h1>
|
|
<hr>
|
|
|
|
|
|
## Quick Installation
|
|
|
|
git clone https://github.com/epeneffendy/antrian-test-app.git
|
|
|
|
cd Inventory_Management_System
|
|
|
|
### Composer
|
|
|
|
composer update
|
|
|
|
|
|
### For Environment Variable Create
|
|
|
|
cp .env.example .env
|
|
|
|
|
|
### For Migration table in database [Create database name as ```IMS```]
|
|
|
|
php artisan migrate
|
|
|
|
### Server ON ```url: http://127.0.0.1:8000/```
|
|
|
|
php artisan serve
|
|
|
|
## Our valuable team👩💻👨💻 :
|
|
|
|
<p align="center">
|
|
<img src="https://contributors-img.web.app/image?repo=ekramasif/Inventory_Management_System" />
|
|
</p>
|