flutter_amazon_clone
1.0.0
แอพ Amazon Clone แบบเต็มพร้อม Flutter!
แอป Amazon Clone ที่ใช้งานได้เต็มรูปแบบพร้อม Admin Dashboard โดยใช้ Flutter และ Backend พร้อม 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