All Projects → bedus-creation → Shopping-Sahuba

bedus-creation / Shopping-Sahuba

Licence: other
Sahuba is an online shopping platform with a slogan of `Sell your products in one click.`. It's main idea is to help people to sell their products online with in a click. Technically it's build on the top of modern web framework like laravel , vue js, GraphQl and so on.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Blade
752 projects
SCSS
7915 projects
Vue
7211 projects

Projects that are alternatives of or similar to Shopping-Sahuba

Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+8423.81%)
Mutual labels:  ecommerce-website, multivendor-ecommerce
therack
Laravel 7 e-commerce website
Stars: ✭ 77 (+266.67%)
Mutual labels:  ecommerce-website
geoJSON-Nepal
GeoJSON for Nepal. 🇳🇵
Stars: ✭ 49 (+133.33%)
Mutual labels:  nepal
Employee
A Simple Employee Management System with Materializecss and Laravel
Stars: ✭ 82 (+290.48%)
Mutual labels:  laravel-framework
states-nepal
Get structured data about administrative division in Nepal.
Stars: ✭ 20 (-4.76%)
Mutual labels:  nepal
laravel-smart-facades
Strategy design pattern in laravel, the easiest way.
Stars: ✭ 84 (+300%)
Mutual labels:  laravel-framework
core
The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
Stars: ✭ 157 (+647.62%)
Mutual labels:  laravel-framework
nepali utils
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
Stars: ✭ 22 (+4.76%)
Mutual labels:  nepal
Final-Senior-Year-Project-
My College Final(Senior) Year Project
Stars: ✭ 98 (+366.67%)
Mutual labels:  ecommerce-website
Eloquent-ORM-Laravel-8.5-Relationships-Advanced
Software of Application with Laravel and MySQL
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel-framework
laravel-lumen-docker
Laravel/Lumen Docker Scaffold
Stars: ✭ 72 (+242.86%)
Mutual labels:  laravel-framework
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (+252.38%)
Mutual labels:  laravel-framework
nepcal
Robust, highly tested, cross-platform library and command-line utilities for Nepali dates
Stars: ✭ 37 (+76.19%)
Mutual labels:  nepal
next-shopify-starter
Nextjs + Tailwind CSS + Shopify Starter
Stars: ✭ 385 (+1733.33%)
Mutual labels:  ecommerce-website
Human-Resources-Management-System
Human Resources Management System Project
Stars: ✭ 32 (+52.38%)
Mutual labels:  laravel-framework
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+61.9%)
Mutual labels:  ecommerce-website
LaravelTube
Open source project about sharing videos platform built on Laravel
Stars: ✭ 22 (+4.76%)
Mutual labels:  laravel-framework
ZimCart-Laravel-Ecommerce
ZimCart is an Open Source eCommerce platform by Loyd Tafireyi using Laravel and it is available as a free and paid version.
Stars: ✭ 138 (+557.14%)
Mutual labels:  ecommerce-website
experiment
A/B cookie testing tool for @laravel
Stars: ✭ 55 (+161.9%)
Mutual labels:  laravel-framework
Stratum-Panel
Stratum aims to be a scalable, reliable panel better than most solutions on the market made for selling virtual machines. It works by utilizing Proxmox's API to automatically manage/deploy virtual machines. Stratum is made in Laravel.
Stars: ✭ 26 (+23.81%)
Mutual labels:  laravel-framework

Sahuba Shopping demo on Youtube

&copy All rights reserved.

Any redistribution or reproduction of part or all of the contents in any form is prohibited other than the following:

you may download to a local hard disk extracts for your personal and non-commercial use only.

Installation and setUp

composer install

seed database

php artisan migrate:fresh --seed

URL to get products API

http://localhost:8080/graphql?query={products{id,name,price,images{url}}}

URL to get all products to a categories

http://localhost:8080/graphql?query={categories{name,products{id,name,price,images{url}}}}

Get the price details

http://localhost:8080/graphql?query={products(id:1){id,name,price,details,images{url}}}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].