flutter_amazon_clone
1.0.0
帶有 Flutter 的全端 Amazon 克隆應用程式!
全端工作亞馬遜克隆應用程式與管理儀表板使用Flutter和後端與NodeJs和MongoDB + Atlas。
該專案是一個用於 Amazon 克隆的全端應用程序,帶有管理面板和伺服器端 Flutter 和 Nodejs 應用程式。
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