Full Stack Amazon Clone with Admin Panel using Flutter, Node, MongoDB
https://github.com/RivaanRanawat/flutter-amazon-clone-tutorial.git
Full Stack Amazon Clone along with Admin Panel
flutter-amazon-clone-tutorial` folder. Then, follow the following steps:
- Create MongoDB Project & Cluster
- Click on Connect, follow the process where you will get the uri.- Replace the MongoDB uri with yours in `server/index.js`.
- Head to `lib/constants/global_variables.dart` file, replace <yourip> with your IP Address.
- Create Cloudinary Project, enable unsigned operation in settings.
- Head to `lib/features/admin/services/admin_services.dart`, replace `denfgaxvg` and `uszbstnu`` with your Cloud Name and Upload Preset respectively.
Then run the following commands to run your app:
cd server
npm install
npm run dev (for continuous development)
OR
npm start (to run script 1 time)
flutter pub get
open -a simulator (to get iOS Simulator)
flutter run
Client: Flutter, Provider
If you have any feedback, please reach out to me at namanrivaan@gmail.com