E-commerce mobile app for public markets. Consist of buyer and seller dashboards.
Made with React Native & Firebase
Integrated with third-party libraries like:
This project was made on 2020-2021.
Clone the project
git clone git@github.com:amaimasque/e-palengke.git
Go to the project directory
cd e-palengke
Install dependencies
yarn install
On App.js
file, specify Firebase credentials
firebase.initializeApp({
projectId: '',
apiKey: '',
storageBucket: '',
});
Go to android
folder and add local.properties
file.
Specify the SDK location.
sdk.dir = <SDK location>
Start the server
yarn start
Run app on device
yarn android
- Update to latest version
- Remove deprecated packages