https://github.com/ibizzi-khalid/e_commerce_mobile_app
a mobile app for displaying product comparison of the same product from different resources , the data is added manually for now but the project is supposed to be linked with reverse engineering mechanisms in the future to get the data dynamically from the servers of the resource apps
https://github.com/ibizzi-khalid/e_commerce_mobile_app
django django-rest-framework mobile-app react-native
Last synced: 3 months ago
JSON representation
a mobile app for displaying product comparison of the same product from different resources , the data is added manually for now but the project is supposed to be linked with reverse engineering mechanisms in the future to get the data dynamically from the servers of the resource apps
- Host: GitHub
- URL: https://github.com/ibizzi-khalid/e_commerce_mobile_app
- Owner: IBIZZI-Khalid
- Created: 2024-05-02T18:23:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:14:25.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:38:45.663Z (over 1 year ago)
- Topics: django, django-rest-framework, mobile-app, react-native
- Language: JavaScript
- Homepage:
- Size: 55.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
#Product Comparison Mobile App
This project is a mobile application built with React Native for the front end and Django + MongoDB for the back end. The app compares products across different platforms, allowing users to view the best options in one place. Currently, data is added manually, but the goal is to integrate reverse-engineering methods to retrieve this information dynamically from other app servers.
##Getting Started
###Frontend
Navigate to the frontend directory:
C:\.....\mobile_app_store\appstore
Start the frontend with Expo:
npx expo start
Clear app cache (if needed):
expo r -c
###Backend
Navigate to the backend directory:
C:\.....\mobile_app_store\django_backend
Start the Django server:
python manage.py runserver 0.0.0.0:8000
Important Setup Notes
Install Dependencies: Make sure all required libraries and frameworks are installed before running the app.
Network Configuration:
Update the IPv4 address every time you connect to a new WiFi network.
Disable the firewall for the WiFi connection if necessary.
CSRF Protection:
Either disable CSRF protection (not recommended for production) or include a CSRF token in your Axios requests to the backend.