You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mobile application that helps businesses in reaching out to clients who have the habit of purchasing things via mobile platforms
The application has two main user types: customers and admins/businesses
The project results:
APPLICATION ARCHITECTURE:
backend:
Framework: nodeJS, expressJS
Port view: 3000
frontend:
Framework: React Native
Customer App (this repository):
Some versions:
"node": "16.13.2",
"react": "17.0.2",
"react-native": "0.67.2"
Admin App:
Some versions:
"node": "16.13.2",
"react": "17.0.2",
"react-native": "0.68.0",
"Java": "jdk-11.0.13"
( If you have the old Java version, you should go to:
[Your directory]\android\gradle.properties
then, paste the code:
org.gradle.java.home = C:\Program Files\Java\jdk-11.0.13
)
database:
MySQL on localhost (MariaDB on server)
cloud:
Amazon Web Services
UX, UI:
Figma
HOW TO RUN:
backend:
npm install
node ./index.js
frontend:
You could use the apk file to use / test app on the android phone