flutter_amazon_clone
1.0.0
Aplikasi Full Stack Amazon Clone dengan Flutter!
Aplikasi Amazon Clone yang Berfungsi Penuh dengan Dasbor Admin menggunakan Flutter dan Backend dengan NodeJs dan MongoDB + Atlas.
Proyek ini adalah aplikasi tumpukan penuh untuk klon Amazon dengan panel Admin dan aplikasi Flutter dan Nodejs sisi Server.
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
, ganti dengan Alamat IP Anda.Untuk menjalankan server, jalankan perintah berikut:
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
Sebelum memulai?, Anda perlu menginstal 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