Rent Room Application
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Install Composer
- Create project laravel on your directory project in terminal
composer create project laravel/laravel
- Create database to store migration from the project
- modify the code according to this repository
- Run migration on directory project terminal
php artisan migrate:fresh --seed
- Run project on directory project terminal
php artisan serve
To login the dashboard you can use this role:
- Admin : sekar@gmail.com (pass: sekar)
- Dosen/Ketua Kelompok : rahma@gmail.com (pass: rahma)
- Mahasiswa : azar@gmail.com (pass: azar)