
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
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.
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.
This project build with
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.
Must have install
-
Open Address repository:
-
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>
-
Clone fork repository:
git clone https://github.com/Your_Github_Address/satuRT
note: change "Your_Github_Address" with your actual address, like: raihanachmad8
-
Enter path folder repository:
cd satuRT
-
Copy file
.env.example
to.env
:cp .env.example .env
-
Generate key:
php artisan key:generate
-
Create new Database
db_pbl
(match the database name in the file.env
) in>mysql -u root -p create database saturt; exit;
-
Migrate database:
php artisan migrate
-
Seeding database:
php artisan db:seed
To run the application, use the following commands:
- Live render Tailwind
npm run dev
- Laravel Server
php artisan serve
- Open browser and Access Localhost
http://localhost:8000
(for Laravel Server)
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request