Skip to content

fathulfahmy/urusmasjid

Repository files navigation

Contributors Forks Stargazers Issues Apache License 2.0 LinkedIn


Logo

Urus Masjid

A platform to manage digital displays, record donations and spendings, and to track appliances service history and stock supply level.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Installation

  1. Clone the project repo

    git clone https://github.com/fathulfahmy/urusmasjid.git
  2. Navigate to the project directory

    cd urusmasjid
  3. Copy and update configuration

    cp .env.example .env
    vim .env
    # code .env (Visual Studio Code)
    
  4. Install dependencies

    composer install
    npm install
  5. Generate app key

    php artisan key:generate
    php artisan storage:link
    
  6. Migrate database

    php artisan migrate --force
    php artisan db:seed --class=UserSeeder
    
  7. Build app

    npm run build --force
    php artisan optimize:clear
    php artisan filament:clear
    php artisan optimize
    php artisan filament:optimize
    php artisan serve
    
  8. Launch app

(back to top)

Usage

Admin: http://localhost:8000/admin

Digital Display: http://localhost:8000/display

Report: http://localhost:8000/report

(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/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the Apache License 2.0. See LICENSE.md for more information.

(back to top)

Contact

Fathul Fahmy - LinkedIn - fathulfahmy@protonmail.com

Project Link:

(back to top)

Acknowledgments

(back to top)

Contributors

Languages