Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Can i run the app in server mode so i can use it on web ? #51

Open
MohamedAliRashad opened this issue Dec 21, 2023 · 1 comment
Open

Comments

@MohamedAliRashad
Copy link

I want to use the app on a server through the web. Is this possible ?

@johndpope
Copy link

johndpope commented Dec 31, 2023

Screenshot from 2023-12-31 17-27-41

sign up to ngrok - get a free port forwarding to port 1234

ngrok http --domain=YOURNGROKSUBDOMAIN.ngrok.app 1234

then you should be able to get to the api from anywhere on the web. (host backend on workstation - run front end in cloud)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants