background
Home / Portfolio / Flora Luna
PORTFOLIO

Flora Luna

Website application for purchasing game items. Build with Laravel. Integration using Midtrans payment gateway with Core API integration method.

#Laravel  

Flora Luna

Flora luna is web application for purchasing an item game. This website is inspired from Celestina Luna. (This website just for my portofolio).

Live demo : Not available yet.

Source code : GitHub

Features

  • Role and permission
  • Datatable
  • Midtrans payment gateway
  • CRUD

Tech Stack

Prerequisites

Installation and Usage

Clone the repository

1git clone https://github.com/raprmdn/flora-luna-website.git
bash

cd into the directory

1cd flora-luna-website
bash

Install dependencies

1composer install
bash

Copy .env.example to .env

1cp .env.example .env
bash

Configure your database and Midtrans in .env file

.env
1# File system 2FILESYSTEM_DRIVER=public 3 4# Midtrans 5MIDTRANS_CLIENTKEY= 6MIDTRANS_SERVERKEY=
dotenv

Generate application key

1php artisan key:generate
bash

Run migration

1php artisan migrate
bash

Run seeder

1php artisan db:seed
bash

Run the application

1php artisan serve
bash

Screenshots

Flora Luna
Main page
Flora Luna Store
Item store
Flora Luna TopUp
Top Up page
Flora Luna Detail
Detail product
Flora Luna Add Item
Add product item
Flora Luna Add Products
List products
Flora Luna Add Items
List items