Spaces:
Sleeping
Sleeping
docs: emphasize Hugging Face Spaces deployment
Browse files
README.md
CHANGED
|
@@ -69,12 +69,13 @@ graph TD
|
|
| 69 |
- **Relational Database:** [PostgreSQL](https://www.postgresql.org/) ([Supabase](https://supabase.com/))
|
| 70 |
- **Cache/Broker:** [Redis](https://redis.io/) ([Upstash](https://upstash.com/))
|
| 71 |
- **Containerization:** [Docker](https://www.docker.com/)
|
|
|
|
| 72 |
|
| 73 |
---
|
| 74 |
|
| 75 |
## ⚙️ Deployment
|
| 76 |
|
| 77 |
-
This backend is
|
| 78 |
|
| 79 |
### Prerequisites
|
| 80 |
- **Supabase**: Relational Database setup.
|
|
|
|
| 69 |
- **Relational Database:** [PostgreSQL](https://www.postgresql.org/) ([Supabase](https://supabase.com/))
|
| 70 |
- **Cache/Broker:** [Redis](https://redis.io/) ([Upstash](https://upstash.com/))
|
| 71 |
- **Containerization:** [Docker](https://www.docker.com/)
|
| 72 |
+
- **Hosting / Deployment:** **[Hugging Face Spaces](https://huggingface.co/spaces)**
|
| 73 |
|
| 74 |
---
|
| 75 |
|
| 76 |
## ⚙️ Deployment
|
| 77 |
|
| 78 |
+
This backend is fully containerized and currently **deployed on Hugging Face Spaces** for robust, scalable hosting.
|
| 79 |
|
| 80 |
### Prerequisites
|
| 81 |
- **Supabase**: Relational Database setup.
|