An open API service indexing awesome lists of open source software.

https://github.com/karuhun-developer/pos-web


https://github.com/karuhun-developer/pos-web

Last synced: about 2 months ago
JSON representation

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
```