Skip to content

RohmanBenyRiyanto/shamo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Complate App - Flutter

Image

Shamo Logo

Table of Contents
  1. About The Project
  2. Demo
  3. Preview
  4. Tools and Packages
  5. Installation Front End
  6. Installation Backend
  7. Creator

About

Shamo adalah aplikasi penjualan sepatu, yang dirancang menggunakan bahasa dart (Flutter). Aplikasi Shamo juga sudah terintegrasi dengan server yang di bangung menggunakan framework Laravel, selain server pada aplikasi shamo terdapat fitur chat. Chat pada shamo memanfaatkan teknologi dari google yaitu firebase.

Demo

DOWNLOAD

Preview

Image

Tools and Packages

Tools we are using:

Packages we are using:

Installation Front End

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a Flutter Front End view

  2. Clone the repo

    gh repo clone RohmanBenyRiyanto/shamo-frontend
  3. Install packages

    flutter pub get

Installation Backend

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a Laravel API template view

  2. Clone the repo

    gh repo clone RohmanBenyRiyanto/shamo-backend
  3. Install NPM packages

    npm install
    
  4. Install Composser

    composer install
    or
    composer update
    
  5. Database: Migrations

    create database
    and
    php artisan make:migration
    
  6. File Storage

    php artisan storage:link
    

Creator

Image

(back to top)