Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadxgani/oishi_hotel
Oishi Hotel | Praktek Ujikom
https://github.com/ahmadxgani/oishi_hotel
Last synced: 9 days ago
JSON representation
Oishi Hotel | Praktek Ujikom
- Host: GitHub
- URL: https://github.com/ahmadxgani/oishi_hotel
- Owner: ahmadxgani
- Created: 2023-10-01T23:19:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-17T02:49:41.000Z (10 months ago)
- Last Synced: 2024-11-15T03:39:33.046Z (2 months ago)
- Language: JavaScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Praktek Ujikom | Aplikasi Hotel berbasis web
### Tech stack:
- laravel
- bootstrap
- vite
- mysql### The bootstrap resource provided by
```
php artisan ui bootstrap --auth # setup bootstrap for blade template
```### Prosedur
open new terminal, and type:
```bash
git clone
composer install
npm install && npm run build # install and build bootstrap for production-ready
... # setup database and additional configuration
php artisan storage:link # export asset
php artisan key:generate --ansi # generate key
php artisan serve # run website
```