An open API service indexing awesome lists of open source software.

https://github.com/ramirezpineda/mobile_belibeli

An e-commerce project to sell products online.
https://github.com/ramirezpineda/mobile_belibeli

android dart ecommerce flutter flutter-app flutter-ecommerce flutter-stripe go-router ios provider stripe

Last synced: about 2 months ago
JSON representation

An e-commerce project to sell products online.

Awesome Lists containing this project

README

        

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

```bash
git clone https://github.com/RamirezPineda/mobile_belibeli.git
```

2. Navigate to the application directory:

```bash
cd mobile_belibeli
```
3. Install the project dependencies:

```bash
flutter pub get
```

## Configuration

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

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

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

## Running the app

```bash
flutter run
```