munovrizall / bytestore_laravel_jagoflutter

The website serves as the backend for the Byte Store application, offering a range of capabilities including the ability to add categories, products, and efficiently manage ongoing orders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Byte Store

The backend web system for the Byte Store online shop application serves the purpose of adding products, categories, and managing ongoing orders.

Table of Contents

Introduction

This project was developed during my participation in the Flutter Intensive Club Batch 12 by Jagoflutter. The website serves as the backend for the Byte Store application, offering a range of capabilities including the ability to add categories, products, and efficiently manage ongoing orders.

Laravel PHP HTML CSS

Features

A few of the things you can do with this system:

  • Create, update, and delete categories.
  • Create, update, and delete products.
  • Managing ongoing orders.
  • User account management system, with two roles: admin and user

Setup

  1. Clone this project into the C:\xampp\htdocs directory if you are using XAMPP, or into the C:\laragon\www directory if you are using Laragon.
git clone https://github.com/munovrizall/bytestore_laravel_jagoflutter.git
  1. Start XAMPP or Laragon.

  2. Migrate the database.

php artisan migrate:fresh --seed
  1. Start the website with the IP you have. (for example my ip is 192.168.1.7)
php artisan serve --host 192.168.1.7
  1. You are ready to go!

Acknowledgments

Thanks to Jagoflutter for the guidance and the knowledge.

About

The website serves as the backend for the Byte Store application, offering a range of capabilities including the ability to add categories, products, and efficiently manage ongoing orders.


Languages

Language:PHP 51.2%Language:Blade 48.7%Language:JavaScript 0.1%