Code Monkey home page Code Monkey logo

confido_final's Introduction

SOURCE CODE ADA DI BRANCH MASTER

SOURCE CODE ADA DI BRANCH MASTER

SOURCE CODE ADA DI BRANCH MASTER

Confido - Sale of Airline Tickets

Place where you can easily order airlines tickets for your travel plans

๐Ÿ“š About

Platform Confido adalah platform yang digunakan untuk memesan tiket pesawat dalam rencana perjalanan anda. Kunjungi website Confido untuk mengetahui lebih lanjut, Silahkan klik Confido.

๐Ÿงฐ Tools

  • PHP versi >8.X.X (Disarankan)
  • Composer
  • DBMS - MySQL

Apabila terjadi error saat proses instalasi, silahkan update PHP dan Composer ke versi yang sudah disarankan.

๐Ÿ’ซ Feature

  • Platform dapat memasukkan dan menampilkan data-data pribadi tiap user.
  • Platform dapat memberikan kemudahan user dalam memesan tiket yang available
  • Platform dapat memberikan fitur percakapan berupa chat antara user dengan role pelanggan dan admin
  • Platform dapat memberikan kemudahan bagi user dengan role admin dalam fitur CMS ketika admin berusaha untuk menambahkan, mengubah, atau menghapus data-data terkait maskapai, kelas maskapai, rute penerbangan, dan metode penerbangan.
  • Terdapat beberapa menu yang dapat dipilih ketika user sudah login dan memverifikasi akun gmail, yaitu:
    • Dashboard
    • Daftar Tiket
    • Buat Pesanan
    • Riwayat
    • Users
    • Maskapai
    • Kelas Maskapai
    • Rute Penerbangan
    • Metode Pembayaran

๐Ÿ“œ Technical

  • Platform menggunakan framework Laravel dalam pengembangan aplikasi berbasis web
  • Platform terintegrasi dengan sistem authentication dari laravel
  • Total jumlah tabel yang digunakan pada project ini sebanyak 21 tabel
  • Platform menggunakan library Bootstrap untuk bagian front-end

๐Ÿ› ๏ธ Development

Pre-Requirement

  • Sebelum menggunakan platform, terlebih dahulu perlu menginstall bahasa pemrograman PHP dan Composer

Add Remote via GIT

Add Remote to Folder - GIT Confido Link

Jalankan perintah git untuk menyalin project ke local system

git remote add talent https://github.com/FikriDean/confido_final.git

Download Via ZIP

Atau download versi ZIP dibawah ini

Download ZIP Confido

Confido Project Setup

Create .env File

  • Jika belum terdapat file .env pada projek, Gunakan file .env.example untuk membuat file .env baru. Silahkan atur sesuai keperluan.
cp .env.example .env

.env File Configuration

  • Konfigurasi Database di file .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=confido
DB_USERNAME=root
DB_PASSWORD=password
  • Konfigurasi APP di file .env (Opsional)
APP_NAME=Confido
APP_ENV=local
APP_KEY=base64:Oi6PGVLIZlDebARvU6HyrBT1E3jBWyH5IfOsgGYnFds=
APP_DEBUG=true
APP_URL=http://127.0.0.1:8000/
  • Jalankan perintah generate key
php artisan key:generate

Make Database

  • Buat database dengan nama yang sesuai dengan nama database yang ada di file .env.

Migration and Database Seeder

  • Gunakan database seeder yang terdapat di project confido ini. Jalankan perintah berikut
php artisan migrate:fresh --seed

Run Application

  • Jalankan perintah untuk menjalankan aplikasi di local system
php artisan serve

confido_final's People

Contributors

fikridean 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.