flutter_amazon_clone
1.0.0
Eine Full-Stack-Amazon-Clone-App mit Flutter!
Vollständig funktionierende Amazon Clone-App mit Admin-Dashboard unter Verwendung von Flutter und Backend mit NodeJs und MongoDB + Atlas.
Bei diesem Projekt handelt es sich um eine Full-Stack-App für den Amazon-Klon mit Admin-Panel und serverseitiger Flutter- und Nodejs-Anwendung.
lib -> features -> admin -> services -> admin_services.dart
project -> server -> index.js -> const DB = "mongodb+srv://***" // Please Enter your MongoDB URL
lib -> constants -> global_variables.dart file
und ersetzen Sie sie durch Ihre IP-Adresse.Führen Sie die folgenden Befehle aus, um den Server auszuführen:
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
Bevor Sie beginnen, müssen Sie Flutter installiert haben.
# Clone this project
$ git clone https://github.com/RathaKrishna/flutter_amazon_clone.git
# Access
$ cd amazon_clone
# Pull dependencies
$ flutter pub get
# Run the project (emulator or physical device needs to be connected first)
$ flutter run
# Build an apk
$ flutter build apk --split-per-abi