Skip to content

alimurrofid/TheKost

Repository files navigation

The Kost

About The Kost

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.

Installation

  1. Clone the repository
git clone https://github.com/alimurrofid/TheKost.git
  1. Install Composer
composer install
  1. Copy .env.example to .env
copy .env.example .env
  1. Generate Key
php artisan key:generate
  1. Create the symbolic link
php artisan storage:link
  1. Migration database
php artisan migrate
  1. Seeding database
php artisan db:seed
  1. Run project
php artisan ser
  1. Run php tunnel
php -S localhost:7000
  1. Run ngrok
ngrok http localhost:7000
  1. Run mailpit
mailpit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published