flutter_amazon_clone
1.0.0
A Full Stack Amazon Clone app with Flutter!
Full Stack Working Amazon Clone app with Admin Dashboard using Flutter and Backend with NodeJs and MongoDB + Atlas.
This project is a Full stack app for Amazon clone with Admin panel and Server side Flutter and Nodejs application.
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
, replace with your IP Address.To run the server, run the following commands:
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
Before starting ?, you need to have Flutter installed.
# 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