Skip to content

david-wagih/Send-And-Breathe-App-SolutionChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Send and Breath app

This README file will guide you through the steps to run the sendandbreathe Flutter app on your local machine.

Prerequisites

To run this app, you will need:

Flutter SDK installed on your local machine. You can download it from the official Flutter website. An emulator or a physical device to run the app on.

Installing dependencies

Before running the app, you need to install its dependencies. To do so, navigate to the project directory and run the following command in your terminal: flutter pub get This will install all the required dependencies for the app.

Running the app

To run the app, you need to start an emulator or connect a physical device to your computer. Then, navigate to the project directory and run the following command in your terminal: flutter run This will start the app on the connected device or emulator.

Our Backend Server

it is deployed on this machine: http://20.80.80.198/ and this is the URL of the Endpoint which we used to send images to be processed http://20.80.80.198/api/upload

Further help

If you encounter any issues while running the app, please refer to the Flutter documentation or search for solutions on the Flutter community forum.