Skip to content

raihanachmad8/SatuRT

 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

SatuRT

Welcome to SatuRT! This project aims to optimize interaction and management within neighborhood associations (Rukun Tetangga) by providing a comprehensive website with various features.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

💡 About The Project

Product Name Screen Shot

SatuRT adalah sebuah website yang dirancang untuk mengoptimalkan interaksi dan manajemen di tingkat Rukun Tetangga (RT). Website ini menyediakan berbagai fitur untuk memudahkan komunikasi dan pengelolaan, seperti pengumuman, UMKM, pengaduan, permohonan dokumen, pengambilan keputusan, laporan keuangan, dan dokumentasi.

Features

SatuRT menyediakan fitur-fitur berikut untuk meningkatkan manajemen dan interaksi dalam sebuah RT:

  • Pengumuman: Bagikan berita dan informasi penting dengan mudah kepada semua anggota.
  • UMKM: Mendukung dan mempromosikan usaha mikro, kecil, dan menengah lokal di dalam komunitas.
  • Keluhan: Sebuah platform bagi warga untuk menyampaikan keluhan dan segera ditanggapi.
  • Permintaan Dokumen: Menyederhanakan proses bagi warga untuk meminta dokumen resmi.
  • Pengambilan Keputusan: Memfasilitasi proses pengambilan keputusan warga dengan alat yang terintegrasi.
  • Laporan Keuangan**: Pelaporan keuangan yang transparan agar semua orang mendapatkan informasi tentang keuangan komunitas.
  • Dokumentasi**: Menyimpan dan mengakses catatan dan dokumen penting dengan mudah.

(back to top)

Built With

This project build with

  • Tailwind
  • Alpine
  • Laravel
  • JQuery

(back to top)

Getting Started

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.

Prerequisites

Must have install

Installation

  1. Open Address repository:

    SatuRT Repository

  2. Fork repository:

    • Search Fork in right corner of repo and click
    • Click Create Fork in bottom, make sure you uncheck the Copy the master br>
    • If in your repository had fork from above repository address, your fork p>
  3. Clone fork repository:

    git clone https://github.com/Your_Github_Address/satuRT

    note: change "Your_Github_Address" with your actual address, like: raihanachmad8

  4. Enter path folder repository:

    cd satuRT
  5. Copy file .env.example to .env:

    cp .env.example .env
  6. Generate key:

    php artisan key:generate
  7. Create new Database db_pbl (match the database name in the file .env) in>

    mysql -u root -p
    create database saturt;
    exit;
  8. Migrate database:

    php artisan migrate
  9. Seeding database:

    php artisan db:seed

(back to top)

Usage

To run the application, use the following commands:

  1. Live render Tailwind
    npm run dev
  2. Laravel Server
    php artisan serve
  3. Open browser and Access Localhost http://localhost:8000 (for Laravel Server)

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 55.9%
  • PHP 43.9%
  • Other 0.2%