https://github.com/karuhun-developer/pos-web
https://github.com/karuhun-developer/pos-web
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karuhun-developer/pos-web
- Owner: karuhun-developer
- Created: 2025-02-22T16:42:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:19:03.000Z (over 1 year ago)
- Last Synced: 2025-02-23T17:27:22.580Z (over 1 year ago)
- Language: PHP
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman
[Postman Documentation](https://lively-comet-123963.postman.co/workspace/akses_net~b7ddf97e-3e6c-4f8d-a27d-8118e4a74e1d/collection/29772837-5cf61f22-9d31-43b8-98b7-99824ba37e16?action=share&creator=29772837)
# Waduh
```
git clone
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
yarn
yarn build
php artisan serve
```
## Folder Yang Sering Kepake
```
.
├── app/
│ ├── Http/
│ │ └── Api
│ ├── Livewire/
│ │ ├── Cms
│ │ └── Form
│ ├── Models
│ ├── Providers
│ └── Traits
├── config
├── database
├── resources/
│ └── views/
│ ├── components
│ └── livewire
└── routes
```