Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 2.33 KB

File metadata and controls

55 lines (49 loc) · 2.33 KB
title urBackend Documentation
description Bring your own MongoDB. Get a production-ready backend in 60 seconds.

urBackend is a Backend-as-a-Service (BaaS) that gives your frontend instant, secure REST APIs backed by your own MongoDB database. Skip the boilerplate — connect your database, define your collections, and start reading and writing data immediately.

Go from zero to a live backend in under 60 seconds. Understand API keys, collections, and Row-Level Security. Full reference for every endpoint with request and response examples. Install the official TypeScript SDK and start building immediately.

How it works

Sign up at the [urBackend Dashboard](https://urbackend.bitbros.in) and create a new project. You'll receive a publishable key (`pk_live_...`) and a secret key (`sk_live_...`). In the **Database** tab, create collections and optionally define schemas with field types and validation rules. Use your API key in the `x-api-key` header to read and write data instantly. No server setup required. Enable built-in user authentication and Row-Level Security so your frontend users can safely manage their own data.

Key capabilities

Built-in signup, login, JWT tokens, and social OAuth (GitHub & Google). Full CRUD operations via REST with optional schema validation. Upload files and images with public CDN links generated automatically. Get notified of data events in real time with HMAC-signed payloads.