Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.2 KB

README.md

File metadata and controls

59 lines (34 loc) · 2.2 KB

alt text

Fair Trade (Sense intermediaris)

Fair Trade is a React Native application tool focused in local producers, giving them the opportunity to post and get interested in local product offers, skipping intermediaries, avoiding waste of non-sell local product and accessing the customer's market from others producers.

Tech Stack

  • React-native (Front-end app)

  • Firebase (Standard back-end server)

  • Koa (Middleware back-end server)

  • Expo environment and push notifications server

Getting Started

You need the following modules to run the app:

Installation

  1. Clone this repo and enter!
git clone https://github.com/adriapalleja/fair-trade.git
cd fair-trade
  1. Install dependencies npm install

  2. Run the app yarn start --reset-cache. Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

  3. Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, follow on-screen instructions to get a link.

  4. Update your network IP value in containers/constants

  5. Run also your backend with node server/index.js

Author

Adrià Pallejà - Linkedin

Contributing

Improvements are welcome! Fork the repo and submit a pull request after.