GithubHelp home page GithubHelp logo

app-laundry's Introduction

LaundryYuk

Aplikasi ini adalah tugas besar untuk menyelesaikan Pemrograman Web II.

Daftar/Register admin dengan url /register-admin. Secret key dapat diubah di env atau default "Secret123".

Demo website: https://laundry-yuk.herokuapp.com/ (Berhubung DB nya harus connect Credit Card jadi cuma landing page saja)

Login admin:

Email : [email protected]

Pass : admin123

Instalasi

  1. Download Repo ini dalam bentuk zip
  2. Extract file zip ke dalam direktori htdocs pada XAMPP,
    misal htdocs/app-laundry
  3. Melalui terminal, cd ke direktori app-laundry
  4. (Sesuai pentunjuk instalasi) Pada terminal, berikan perintah composer install
  5. Composer akan menginstall dependency paket dari source code hingga selesai.
  6. Jalankan perintah php artisan, untuk menguji apakah perintah artisan bekerja
  7. Buat database baru (kosong) pada mysql (via phpmyadmin)
  8. Copy dan rename .env.example menjadi .env
  9. Kembali ke terminal, php artisan key:generate
  10. Setting koneksi database di file .env (DB_DATABASE, DB_USERNAME, DB_PASSWORD)
  11. Jalankan perintah php artisan migrateJika di cek di phpmyadmin, seharusnya tabel sudah muncul
  12. Jalankan perintah php artisan migrate:fresh --seed
  13. Setelah selesai, buka aplikasi melalui browser, misal : http://localhost/app-laundry/public
  14. Untuk Daftar/Register admin dengan url/register-admin. Secret key dapat diubah di .env atau default "Secret123"

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

app-laundry

app-laundry's People

Contributors

fikirieza avatar

Watchers

 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.