Skip to content
/ gereja Public

Sistem Informasi Manajemen Gereja Berbasis Open Source

License

Notifications You must be signed in to change notification settings

ronsen/gereja

Repository files navigation

Sistem Informasi Gereja

Project Setup & Run Guide

This README explains how to set up and run this project locally.

Requirements

Make sure you have the following installed on your system:

  • PHP >= 8.4
  • Composer
  • MariaDB / PostgreSQL / SQLite (choose one)
  • Node.js >= 18 & NPM (or Yarn / PNPM)
  • Git

Installation Steps

1. Clone the Repository
git clone <repository-url>
cd <project-folder>
2. Install PHP Dependencies
composer install
3. Environment Configuration

Copy the example environment file:

cp .env.example .env

Update the .env file with your database credentials:

DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
4. Generate Application Key
php artisan key:generate
5. Run Database Migrations
php artisan migrate

(Optional) Seed the database:

php artisan db:seed
6. Install Frontend Dependencies
npm install

Build frontend assets:

npm run build

For development mode:

npm run dev
7. Run the Application
php artisan serve

The application will be available at:

http://127.0.0.1:8000

License

This project is licensed under the MIT License.

About

Sistem Informasi Manajemen Gereja Berbasis Open Source

Topics

Resources

License

Stars

Watchers

Forks

Languages