SohilBhanani / babyland_rajkot

Ecommerce backed by Woocommerce API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babyland - Online Shopping

An E-commerce app backed with WooCommerce API

About The Project

Built With

  • Flutter
  • Firebase
  • WooCommerce API
  • RazorPay

Screenshots

accessibility text accessibility text accessibility text accessibility text accessibility text

Getting Started

Enter Woocommerce API config as shown below,

Prerequisites

To run it, just create a config.dart file under /lib folder and assign your API Details as below.

  • config.dart
      //WooCommerce
      const liveUrl = <ENTER URL>;
      const liveConsumerKey = <ENTER CONSUMER KEY>;
      const liveConsumerSecret = <ENTER CONSUMER SECRET>;
      
      const List liveAPI = [liveUrl,liveConsumerKey,liveConsumerSecret];
      
      //Razorpay
      const test_pay = <RAZORPAY TEST KEY>; //rzp_test_xxxxxx
      const live_pay = <RAZORPAY LIVE KEY>; //rzp_live_xxxxxx
      
      //Stripe
      const publishable_live =<LIVE PUBLISHABLE KEY> //pk_live_xxxxxx
      const publishable_test =<TEST PUBLISHABLE KEY> //pk_test_xxxxxx
      const secret_live = <LIVE SECRET KEY> //sk_live_xxxxxx
      const secret_test = <TEST SECRET KEY> //sk_test_xxxxxx

Contact

Your Name - @sohil_bhanani - sbhananis@gmail.com

Project Link: https://github.com/SohilBhanani/babyland_rajkot

About

Ecommerce backed by Woocommerce API


Languages

Language:Dart 99.4%Language:Objective-C 0.5%Language:Java 0.1%