preetjdp / YouOweMe

Making it simpler to track those chillars
9 stars 6 forks source link

Run and Use all Services Locally. #34

Closed preetjdp closed 4 years ago

preetjdp commented 4 years ago

What Does this PR do?.

The PR brings the ability to run and consume all of the services locally.

Describe In brief the solution / approach you've gone with.

This approach pings the known port locally, if it exists uses the local services. Else uses the production service.

This is the output for Seva.

image

This is the output for Flutter. image

Additional context / quirks

  1. Might lead to port conflicts too may services added in the future.
  2. On the mobile will have to figure out a way to find the IP of the host machine.