Skip to content

RamirezPineda/mobile_belibeli

Repository files navigation

Ecommerce BeliBeli (Mobile)

Static Badge Static Badge Static Badge

Description

An e-commerce project to sell products online.

Screenshots


Login Home screen Product Detail Screen

Cart Screen Checkout

Installation

  1. Clone the repository
git clone https://github.com/RamirezPineda/mobile_belibeli.git
  1. Navigate to the application directory:
cd mobile_belibeli
  1. Install the project dependencies:
flutter pub get

Configuration

Rename the .env.example file to .env and set the environment variables

# before
|--src
|--lib
|--.env.example
...
...
...
|--pubspec.yaml

# after
|--src
|--lib
|--.env
...
...
...
|--pubspec.yaml

Running the app

flutter run