E-commerce fullstack cross-platform app

Related tags

UI Glamor_ecommerce
Overview

Glamor Ecommerce Project

Glamor e-ticaret projesinin açık kaynak kodudur.

Öğeyi getirme metodları (GET)

  /api/v1/product/all
  /api/v1/product/${productId}
  /api/v1/user/${userId}
  /api/v1/category/${categoryId}
  /api/v1/brand/${brandId}
  /api/v1/like/${likeId}

Öğeyi gönderme metodları (POST)

  /api/v1/product/create
  /api/v1/user/create
  /api/v1/brand/create
  /api/v1/category/create
  /api/v1/subcategory/create
  /api/v1/like/create
  /api/v1/favorite/create

Product Request

  "title":"example",
  "description":"example",
  "price":999.99,
  "location":"example",
  "images":[img1.jpg,img2.jpg..]
  "brand_id":0,
  "user_id":0,
  "product_subcategory":[0,1,2..]

Product Response

{
    "title": "example",
    "description": "example",
    "price": 999.99,
    "location": "example",
    "brand": {
        "id": 1,
        "name": "example"
    },
    "user": {
        "id": 1,
        "name": "example",
        "lastname": "example",
        "email":"[email protected]",
        "password": "example",
        "avatar": "/avatars/example_1.jpg"
    },
    "subcategories": [
        {
            "id": 1,
            "title": "example"
        },
        {
            "id": 2,
            "title": "example"
        }
    ],
    "categories": [
        {
            "id": 1,
            "title": "example"
        }
    ],
    "images": [
        {
            "id": 1,
            "name": "img1.jpg",
            "directory": "example"
        },
        {
            "id": 2,
            "name": "img2.jpg",
            "directory": "example"
        }
    ],
    "total_like": 0
}

User Request

{
  "name":"example",
  "lastname":"example",
  "email":"[email protected]",
  "password":"example",
  "avatar":"/images/avatar_1.jpg"
}

Brand Request

{
  "name":"example"
}

Category Request

{
  "title":"example"
}

Subcategory Request

{
  "title":"example",
  "category_id":0
}

Like Request

{
  "user_id":0,
  "product_id":0
}

Favorite Request

{
  "user_id":0,
  "product_id":0
}
You might also like...

A e-commerce app.

ecom A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Feb 16, 2022

Ecommerceapp - E-commerce app that sells clothing and home goods

Ecommerceapp - E-commerce app that sells clothing and home goods

E Commerce App for Shrine e-commerce app that sells clothing and home goods.

Sep 17, 2022

A fakestore E-Commerce app

fakestore A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Jul 14, 2022

Flutter E-Commerce App UI with support for dark and light mode.

 Flutter E-Commerce App UI with support for dark and light mode.

Flutter E-Commerce App UI with support for dark and light mode.

Aug 19, 2022

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

Dec 4, 2022

An e-commerce app built with Flutter

shopy A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Sep 6, 2022

Flutter Complete E-Commerce app (UI by - 'The Flutter Way')

NOT COMPLETED YET! e_commerce A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to ge

Mar 8, 2022

Flutter Shop UI - an e-commerce app using Flutter

Flutter Shop UI - an e-commerce app using Flutter

If you are planning to create an e-commerce app using Flutter then this Shop UI Kit would be the perfect choice for you to make a gorgeous app for both Android & iOS.

Nov 21, 2022

Basic e-commerce app made in Flutter and Supabase.

Basic e-commerce app made in Flutter and Supabase.

Available on Android / IOS Made in Flutter and Supabase Package Provider Supabase http Features Authentication filter products by discount, rating, ca

Nov 20, 2022
Owner
İsmail Ertuğlu
🦍
İsmail Ertuğlu
Cross Platform Login UI design using Flutter.

Flutter Login UI It's a #SpeedCode tutorial for Flutter #Login #UI project with splash screen and multiple color support.

Flutter Tutorial 82 Dec 14, 2022
E-Commerce App built in flutter

flutter_ecommerce_app E-Commerce app is a design implementaion of E-commerce App designed by Imran Download App Android Screenshots HomePage Product D

Sonu Sharma 2.5k Jan 3, 2023
Demo UI of e-commerce app made with Flutter.

Flutter Ecommerce App UI Demo A sample application to show an Ecommerce App Flutter Clone. Demo Android Screen iOS Screen Getting Started This project

FlutterDevs 345 Jan 5, 2023
A Retro Theme-based e-commerce app for antiques. #Hack20

Motivation ?? ?? With the boons of internet ?? spreading worlwide over the last two decades, e-commerce has evolved to be one of the largest industrie

HIMANSHU SHARMA 79 Dec 19, 2022
🛍 A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile.

?? A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile.

null 56 Nov 27, 2022
E commerce App using Flutter

buy_it A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

HusseinElbhrawy 0 Nov 15, 2021
Open Flutter E-commerce App

Open E-commerce App Open Flutter Project E-commerce App is mobile application for e-commerce. We are building a commercially valuable product as an op

null 666 Dec 23, 2022
E-Commerce Complate App - Flutter UI

E-Commerce Complate App - Flutter UI In the first part of our complete e-commerce app, we show you how you can create a nice clean onboarding screen f

Abu Anwar 3.1k Dec 27, 2022
App that simulates an e-commerce of natural products with Flutter and Dart

E-commerce Orgs App que simula um e-commerce de produtos naturais para o curso de navegação e rotas com nuvigator através do Flutter e Dart. ?? Funcio

Heliomar P. Marques 1 Feb 18, 2022
Flutter E-commerce mobile app with Firebase

ecommerce A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

null 0 Dec 27, 2021