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: 29 days ago
JSON representation
An e-commerce project to sell products online.
- Host: GitHub
- URL: https://github.com/ramirezpineda/mobile_belibeli
- Owner: RamirezPineda
- Created: 2024-05-21T13:48:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T23:24:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T07:01:37.255Z (over 1 year ago)
- Topics: android, dart, ecommerce, flutter, flutter-app, flutter-ecommerce, flutter-stripe, go-router, ios, provider, stripe
- Language: Dart
- Homepage:
- Size: 2.72 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ecommerce BeliBeli (Mobile)
## 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
```