Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 3.46 KB

README.md

File metadata and controls

99 lines (68 loc) · 3.46 KB
Logo

SiPiRang (Sistem Informasi Peminjaman Ruangan)

Rent Room Application Forked From
This Source Code »

Visitor Badge

Contributors GitHub forks GitHub Repo stars GitHub Issues

About The Project

ezgif com-gif-maker (1) ezgif com-gif-maker (2)

The SiPiRang Application (Room Reservation Information System) is a web-based system designed to facilitate the process of room reservation in an organization, educational institution, or company. This application is built using the Laravel framework, which is known for its efficient and easy-to-manage application development with its MVC (Model-View-Controller) architecture.

(back to top)

Built With

Laravel

Bootstrap

JQuery

XAMPP

(back to top)

Prerequisites

Make sure you have the following software installed on your system:

  • Git
  • PHP
  • Composer
  • MySQL

Installation

  1. Clone the repository:
git clone https://github.com/Alphanum404/SiPiRang.git
  1. Install dependencies using Composer:
composer install
  1. Configure your database connection in the .env file.

  2. Run database migrations:

php artisan migrate:fresh --seed
  1. Start the development server:
php artisan serve

Now you should be able to access the project locally at http://localhost:8000 or depending on your environment.

Usage

To login the dashboard you change or see database seeders Click Here