Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.6 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.6 KB

Refill - Mobile Application

License: GPL v3

This is a mobile app where smart fuel filling station users will use to access it services.

Getting Started

Prerequisites

System Requirement

- Node - version 18+
- React-Native - 0.68+
- React - 17.0+
- Expo - 45.0+

Environment Setup

Clone this repository to your local machine after following the above instruction.

git clone https://github.com/asantaelly/smart_station_mobile_app.git

Installation

Install project dependencies

npm install

Install ngrok so you can host your local service ie Web app

  • After installing ngrok start your web app local and run the following command
 ngrok http http://127.0.0.1:8000
  • Copy a url generated by ngrok command.

Copy .env.example to .env and add url generated by ngrok

Install Expo Go app for ios or Adroid.

-After install expo go app, Connect you phone to you computer using usb as explained in Environment setup.

Now you can start your app

npm start

License