Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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