https://github.com/amdkholil/pos_app
demo for POS app
https://github.com/amdkholil/pos_app
Last synced: 15 days ago
JSON representation
demo for POS app
- Host: GitHub
- URL: https://github.com/amdkholil/pos_app
- Owner: amdkholil
- Created: 2022-08-21T12:31:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T14:19:23.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T16:46:59.561Z (9 months ago)
- Language: JavaScript
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview







## Requirment
- php 7.1 or higher
- mysql
## Installation
- database setting (mysql):
- host: localhost
- port: 3306
- username: root
- password:
- database: demo
- import demo.sql to database
- or go to folder app & run this command to generate new database:
```bash
php artisan migrate:fresh
php artisan db:seed
```
- generate app key:
```bash
php artisan key:generate
```
- install package:
```bash
composer install
```
- run app:
```bash
php artisan serve
```
- login acount:
- link: localhost:8000/login
- email: admin@mail.com
- password: 123456
## License
created by [Kholil](http://github.com/amdkholil) powered by Laravel.
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).