Skip to content

kevinsimorangkir21/Sistem-Informasi-Dusun-SID-3B

Repository files navigation

Sistem Informasi Dusun (SID) 3B

Github Commit Github Contributors

Table Of Contents

Introduction Website

Features Website

Installation Steps

License

Screenshot

Presentation Video

Introduction Website

The Dusun 3B Information System, abbreviated as SID 3B, is an Information System aimed at Hamlet 3B in Karang Anyar Village, Jati Agung District, South Lampung. SID38 is based on a CMS (Content Management System) using Laravel 5 and Bootstrap framework. SID 3B contains several news, management structures, galleries, and others.

Features Website

  • Dashboard : A feature that aims to organize the content/material on the SID38 website
  • Structure : This feature aims to find out the existing management structure in Hamlet 3B
  • News : A feature created with the aim of displaying news in Hamlet 3B
  • Galery : A feature created with the aim of displaying a gallery of activities in Hamlet 3B
  • Installation Steps

    There are 2 different installation stages, namely Pre Install and Intra Install .

    Pre-Install

    At this stage is the stage of preparing several tools, especially frameworks and tools that will later be needed for this project. The following is needed for this project:

  • Composer :
  • https://getcomposer.org/download/
  • Laravel 5 :
  • https://laravel.com/docs/10.x
  • XAMPP :
  • https://www.apachefriends.org/download.html
  • Git Bash :
  • https://git-scm.com/downloads

    Intra-Install

    At this stage is the installation stage of this project with the available steps. Here are the installation steps:

  • Run GitBash and clone this GitHub repository
  • https://github.com/kevinsimorangkir21/Sistem-Informasi-Dusun-SID-3B.git
  • Open Visual Studio Code / Other Code Editors
  • Run Command Prompt / Terminal similar
  • composer update
  • Run XAMPP, create a database. Can be accessed at the following link
  • http://localhost/phpmyadmin
  • Copy .env.example / run CLI with command
  • cp .env.example .env
  • Change the file name .env.example to .env
  • http://localhost/phpmyadmin
  • Access the .env file again and change DB_DATABASE to the name of the database that was created on LocalHost
  • Run Command Prompt/Terminal again and enter
  • php artisan migrate:fresh --seed
    php artisan vendor:publish
    php artisan key:generate
  • To access this project on the web, run the command
  • php artisan serve

    License

    MIT License

    Copyright (c) 2023 Bagason

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    Screenshot

    The following is the appearance of the Dusun 3B website. This website has been prepared with a perfect structure according to the plot

    Presentation Video