Skip to content

godgodwinter/laravel-treatment

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Sistem Treatment PreAlpha 1.0.21.11.16

Sistem Treatment Klinik kecantikan Scincare
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot

Sistem Treatment Klinik kecantikan Scincare

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Tools and Framework

Alternatif (tidak perlu diinstall)

Library/Plugin

Fitur Utama

Docker

Getting Started

Siapkan terlebih dahulu peralatan perangnya.

Installation

  1. Clone the repo

    git clone https://github.com/godgodwinter/laravel-treatment.git
  2. Install menggunakan composer

    composer install
  3. Buat file .env atau copy dan edit file .env_copy kemudian sesuaikan dengan database anda

    cp .env_example .env 

    Gunakan editor kesukaan anda. Jika mengedit menggunakan nano lakukan langkah berikut:

    nano .env //ubah database user dan password database di perangkat anda
  4. jalankan server Laravel

    php artisan serve
  5. lakukan migrasi database

    php artisan migrate

    atau migrate:fresh jika ingin dari data kosong

    php artisan migrate:fresh
  6. Jika ingin menggunakan data palsu untuk testing lanjutkan langkah 6 ini

    php artisan db:seed --class=oneseeder  //untuk meload data user admin@gmail.com pass 12345678

Buka browser dan tulis alamat berikut

http://127.0.0.1:8000/

Docker Installation

  1. Compose

    docker-compose up
  2. ctrl+c kemudian jalankan container dengan cara berikut :

    docker-compose start
  3. Akses projek dengan link port :3000

    http://127.0.0.1:3000/
  4. Akses phpmyadmin dengan port :8081

    http://127.0.0.1:8081/
  5. Untuk menggunakan artisan dapat menggunakan perintah berikut :

    docker-compose exec baemon-treatment php artisan db:seed

    atau migrate:fresh jika ingin dari data kosong

    docker-compose exec baemon-treatment php artisan list

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kukuh Setya Nugraha - @kakadlz Kukuh Setya Nugraha - @kukuh.sn

Project Link: https://github.com/godgodwinter/laravel-treatment

About

Sistem Pengingat treatment menggunakan SMS gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages