Skip to content

Aplikasi SiPiRang (Sistem Informasi Peminjaman Ruangan) adalah sebuah sistem berbasis web yang dirancang untuk memudahkan proses peminjaman ruangan di sebuah institusi pendidikan. Aplikasi ini dibangun menggunakan framework Laravel, yang terkenal dengan arsitektur MVC (Model-View-Controller).

Notifications You must be signed in to change notification settings

Alphanum404/SiPiRang

 
 

Repository files navigation

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

About

Aplikasi SiPiRang (Sistem Informasi Peminjaman Ruangan) adalah sebuah sistem berbasis web yang dirancang untuk memudahkan proses peminjaman ruangan di sebuah institusi pendidikan. Aplikasi ini dibangun menggunakan framework Laravel, yang terkenal dengan arsitektur MVC (Model-View-Controller).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 89.2%
  • Blade 5.6%
  • PHP 3.2%
  • HTML 1.8%
  • JavaScript 0.2%