E-Dress App is a mobile-based clothing sales application that makes it easy for customers to choose the product of their choice. Applications managed by the seller, which seller can add, subtract, or withdraw their sales products.
- Order products
- History transaction
- Edit Profile
- Add products (admin only)
- Change products (admin only)
- Delete products (admin only)
Download
and install the app in your android device- Register new account, then login with your new account
- If you can log in, you can use the feature
- Open your terminal or command prompt
- Type
git clone https://github.com/solehudin5699/E-DRESS-frontend.git
- Open the folder and type
npm install
for install dependencies - Create file titled sharedVariable.js in root folder with the following contents :
export const serverAddress = "server_address_for_backend";
Example :
export const serverAddress = "http://localhost:8000";
- Before run this, you must installation backend and then run backend
- Type
react-native run-android
in terminal for run this app. Make sure your device is connected with debugging mode.
Download this apk release for getting experience with this app.
RESTful API for this application, clone this for development E-Dress App.