Expose PocketBase backend
This tutorial will explain how to expose a localhost PocketBase backend and give it a shareable link that is accessible from the internet.
Last updated
Was this helpful?
This tutorial will explain how to expose a localhost PocketBase backend and give it a shareable link that is accessible from the internet.
Last updated
Was this helpful?
for your next SaaS and Mobile app in 1 file, consisting of embedded database (SQLite) with realtime subscriptions, built-in users management, convenient dashboard UI and simple REST-ish API.
Explore the to see all the features and capabilities of PocketBase.
.
.
Navigate to http://localhost:8090/_/
and fill the required fields.
Create collection for example post
collection:
Add some posts:
Grant access to API
list action:
Confirm API access via localhost
:
JSON result (example):
Create HTTP tunnel and forward the traffic to local PocketBase address.
which results:
Test API access via loclx.io
sub-domain:
You can also utilize the PocketBase Javascript SDK () to consume the API.