The Kost is a web application that is used to manage boarding houses. This application is made using the Laravel framework. This application is made to fulfill the final project of the web programming course.
- Clone the repository
git clone https://github.com/alimurrofid/TheKost.git
- Install Composer
composer install
- Copy .env.example to .env
copy .env.example .env
- Generate Key
php artisan key:generate
- Create the symbolic link
php artisan storage:link
- Migration database
php artisan migrate
- Seeding database
php artisan db:seed
- Run project
php artisan ser
- Run php tunnel
php -S localhost:7000
- Run ngrok
ngrok http localhost:7000
- Run mailpit
mailpit