|
12 | 12 | <p align="center"> |
13 | 13 | <a href="https://urbackend.bitbros.in"><strong>Dashboard</strong></a> · |
14 | 14 | <a href="docs/introduction.md"><strong>Docs</strong></a> · |
15 | | - <a href="docs/getting-started.md"><strong>Quick Start</strong></a> · |
| 15 | + <a href="DEPLOYMENT.md"><strong>Self-Hosting</strong></a> · |
16 | 16 | <a href="https://discord.gg/CXJjvJkNWn"><strong>Discord</strong></a> |
17 | 17 | </p> |
18 | 18 |
|
@@ -48,47 +48,4 @@ Go from zero to a live backend in **under 60 seconds**. |
48 | 48 |
|
49 | 49 | 1. **Initialize**: Create a project on the [Dashboard](https://urbackend.bitbros.in). |
50 | 50 | 2. **Model**: Visually define your collections and schemas. |
51 | | -3. **Execute**: Push and pull data immediately using your Instant API Key. |
52 | | - |
53 | | -```javascript |
54 | | -// Power your UI with zero backend boilerplate |
55 | | -const res = await fetch('https://api.urbackend.bitbros.in/api/data/products', { |
56 | | - headers: { 'x-api-key': 'your_pk_live_key' } |
57 | | -}); |
58 | | -``` |
59 | | - |
60 | | ---- |
61 | | - |
62 | | -## 🏗️ How it Works (The Visual Flow) |
63 | | - |
64 | | -```mermaid |
65 | | -graph LR |
66 | | - A[1. Connect MongoDB] --> B[2. Define Collections] |
67 | | - B --> C[3. 🚀 Instant REST APIs] |
68 | | - C --> D[4. Scale & Monitor] |
69 | | -``` |
70 | | - |
71 | | ---- |
72 | | - |
73 | | -## 🏗️ Architecture |
74 | | - |
75 | | -Explore our [Architecture Diagram](ARCHITECTURE_DIAGRAM.md) to understand the system design, core components, and data flow in detail. |
76 | | - |
77 | | ---- |
78 | | -## 🤝 Community |
79 | | - |
80 | | -Join hundreds of developers building faster without the backend headaches. |
81 | | - |
82 | | -- [GitHub Issues](https://github.com/yash-pouranik/urbackend/issues): Report bugs & request features. |
83 | | -- [Discord Channel](https://discord.gg/CXJjvJkNWn): Join the conversation. |
84 | | -- [Contributing](CONTRIBUTING.md): Help us grow the ecosystem. |
85 | | - |
86 | | ---- |
87 | | - |
88 | | -## Contributors |
89 | | - |
90 | | -<a href="https://github.com/yash-pouranik/urbackend/graphs/contributors"> |
91 | | - <img src="https://contrib.rocks/image?repo=yash-pouranik/urbackend" /> |
92 | | -</a> |
93 | | - |
94 | | -Built with ❤️ by the **urBackend** community. |
| 51 | +3. **Execute**: Push and pull data immediately using your |
0 commit comments