CognxSafeTrack commited on
Commit
6bc380e
·
1 Parent(s): a59f28c

docs: add README with HF Space config

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Edtech Backend
3
+ emoji: 🚀
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ app_port: 7860
9
+ ---
10
+
11
+ # EdTech Backend API & Worker
12
+
13
+ This Space hosts the backend for the EdTech platform, including:
14
+ - **Fastify API**: Handles WhatsApp Webhooks and enrollment logic.
15
+ - **WhatsApp Worker**: Background job processor for sending daily content.
16
+ - **Database**: Connects to Neon PostgreSQL.
17
+ - **Queue**: Uses external Redis for BullMQ.