Spaces:
Running
Running
MisbahKhan0009 commited on
Commit ·
83fbf42
1
Parent(s): c22dd42
feat: add login welcome notifications for patients, doctors, and administrators
Browse filesdocs: update README with embedded MariaDB setup instructions
refactor: change inline function to a named function for translation in settings
README.md
CHANGED
|
@@ -18,6 +18,14 @@ MySQL-backed backend for the Flutter `care_people` app using:
|
|
| 18 |
- Dev OTP flow for patient login
|
| 19 |
- Mailchimp Transactional-ready email OTP delivery
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Local setup
|
| 22 |
|
| 23 |
This backend is already configured for your current XAMPP setup:
|
|
|
|
| 18 |
- Dev OTP flow for patient login
|
| 19 |
- Mailchimp Transactional-ready email OTP delivery
|
| 20 |
|
| 21 |
+
## Hugging Face same-space MySQL
|
| 22 |
+
|
| 23 |
+
If `DB_HOST` is `127.0.0.1` or `localhost`, the container entrypoint starts an
|
| 24 |
+
embedded MariaDB instance before launching the Node.js API.
|
| 25 |
+
|
| 26 |
+
- Keep `DB_REQUIRED_ON_STARTUP=true` for production safety.
|
| 27 |
+
- Use `DB_AUTO_SEED=false` in production to avoid resetting demo data.
|
| 28 |
+
|
| 29 |
## Local setup
|
| 30 |
|
| 31 |
This backend is already configured for your current XAMPP setup:
|