flutter_amazon_clone
1.0.0
Flutter를 사용한 풀 스택 Amazon Clone 앱!
NodeJs 및 MongoDB + Atlas와 함께 Flutter 및 백엔드를 사용하여 관리 대시보드가 포함된 전체 스택 작업 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