Giter VIP home page Giter VIP logo

3a_liliyani-amalia_proyek-akhir's Introduction

Liliyani Amalia - Pendaftaran Pasien Berbasis Web

Persyaratan Projek

1. Web Server

2. Package Manager

3. Version Control

4. Code Editor

5. Browser (pilih salah satu)

6. Koneksi Internet

CATATAN

  • Sebelum melakukan instalasi projek, pastikan git terminal telah dikonfigurasi dengan username github
  • Caranya :
    • Buat akun github di halaman https://www.github.com ( jika sudah punya lanjut no 2 )
    • Buka terminal Git Bash dan setup email dan username github
      • Setup username
          git config user.name "username github"
      • Setup username
          git config user.email "[email protected]"
        

Instalasi

  1. Buka terminal dan jalankan perintah dibawah ini untuk clone projek dari github
git clone https://github.com/jaylatech/pa-pendaftaran-pasien
  1. Buka terminal dan arahkan lokasi terminal ke lokasi projek yang sudah di clone
cd pa-pendaftaran-pasien
  1. Buka Visual Studio Code
code .
  1. Ganti nama file .env.example menjadi .env
.env.example (sebelum)
.env (sesudah)
  1. Nyalakan XAMPP dan buat database baru (nama database bebas)

  2. Sesuaikan nama database yang telah dibuat pada file .env

DB_CONNECTION=mysql         (default)
DB_HOST=127.0.0.1           (default)
DB_PORT=3306                (default)
DB_DATABASE=nama_database   (rubah sesuai dengan db yang telah dibuat)
DB_USERNAME=root            (default)
DB_PASSWORD=                (default)
  1. Instal depedency laravel dan lainnya
composer install
  1. Buat Key projek baru
php artisan key:generate
  1. Lakukan migrate database beserta data dummynya
php artisan migrate:fresh --seed
  1. Setup Storage Local
php artisan storage:link
  1. Instal depedency javascript
npm install
  1. Jalankan server laravel
php artisan serve
  1. Buka terminal baru, untuk compile asset Frontend
    • browser akan otomatis membuka localhost:3000
npm run watch
  1. Buka browser localhost:3000 dan masuk sebagai petugas medis
username: liliyani
password: 11111111

3a_liliyani-amalia_proyek-akhir's People

Contributors

liliyaniamalia avatar

Watchers

vianziro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.