Skip to content

amaimasque/e-palengke

Repository files navigation

E-Palengke

E-commerce mobile app for public markets. Consist of buyer and seller dashboards.

Made with React Native & Firebase

My Skills

Integrated with third-party libraries like:

This project was made on 2020-2021.

Run Locally

Clone the project

  git clone git@github.com:amaimasque/e-palengke.git

Go to the project directory

  cd e-palengke

Install dependencies

  yarn install

Firebase

On App.js file, specify Firebase credentials

    firebase.initializeApp({
        projectId: '',
        apiKey: '',
        storageBucket: '',
      });

Android

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

TODO

  • Update to latest version
  • Remove deprecated packages

About

E-commerce app for public markets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages