arifsptra / diger

E-Commerce Digital Products

Home Page:https://diger.my.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diger

Diger Logos

Diger is an e-commerce platform that enables creators, writers, artists and developers to sell their digital products directly to fans and customers. The system is developed using Laravel, VueJS, InertiaJS and Tailwind CSS. It is deployed on AWS using Ubuntu and Nginx, along with other necessary tools.

To see our application please visit the following link Diger

Philosophy

Name

Philosophy Name

Color

Philosophy Color

Features

  • Easy and fast food ordering process
  • Seamless browsing and menu selection
  • Convenient cart management
  • Real-time order tracking

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following software installed on your machine:

  • PHP (version 8.1.2)
  • Composer (version 2.2.6)
  • MySQL (version 10.4.24)
  • Node.js (version 14.0.0 or above)
  • NPM (Node Package Manager)

Installation

# Clone this repository
$ git clone [repository-url]

# Navigate to the project folder
$ cd diger

# Install the dependencies
$ composer install

# Duplicate the .env.example file and rename it to .env
$ cp .env.example .env

# Generate an application key
$ php artisan key:generate

# Run the database migrations
$ php artisan migrate

# Run the database migrations with default data
$ php artisan migrate:fresh --seed

# Create the symbolic link
$ php artisan storage:link

# Install the Node.js dependencies
$ npm install

# Build the frontend assets for production using the following command
$ npm run build

# Develop or run a Diger project in development mode
$ npm run dev

# Start the development server
$ php artisan serve

# Open your web browser and go to
$ http://localhost:8000

Technology Stack

  • Laravel (PHP Framework)
  • VueJS (Javascript Framework)
  • InertiaJS (Javascript Framework)
  • Tailwind CSS (Utility-First CSS Framework)

Contributors

Feature

Existing

  • Authentication
  • CRUD Account
  • CRUD Product
  • CRUD Category
  • Filter by Category
  • Buy Product

App Preview

Main App

main-app

Authentication and Content

Authentication and Content

Admin Dashboard

Dashboard-Admin

User Dashboard

Dashboard-User

Database Schema

drawSQL-diger-export-2023-08-29

Licence

This project is licensed under the MIT license. Please see the LICENSE file for more information.

About

E-Commerce Digital Products

https://diger.my.id


Languages

Language:Vue 54.7%Language:PHP 36.8%Language:Blade 7.6%Language:JavaScript 0.8%Language:CSS 0.0%