flutter_amazon_clone
1.0.0
Flutter を使用したフルスタック Amazon クローン アプリ!
Flutter を使用した管理者ダッシュボードと、NodeJs および MongoDB + Atlas を使用したバックエンドを備えたフルスタックで動作する Amazon Clone アプリ。
このプロジェクトは、管理パネルとサーバー側 Flutter および Nodejs アプリケーションを備えた Amazon クローン用のフルスタック アプリです。
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
に移動し、IP アドレスに置き換えます。サーバーを実行するには、次のコマンドを実行します。
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
? を開始する前に、Flutter をインストールする必要があります。
# 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