Skip to content

Commit b047e7d

Browse files
authored
cleaned up backend readme
1 parent 14c9d37 commit b047e7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
Backend API for the NutriSync application, located within the `backend/` directory of the combined repository.
44

5-
## 🚀 Features
5+
## Features
66
- **FastAPI**: High-performance Python API
77
- **Gemini AI**: Nutrition analysis and fasting recommendations
88
- **Supabase Integration**: Data persistence and Auth
99
- **USDA API**: Food database integration
1010
- **Automated Testing**: Pytest suite for API and logic
1111

12-
## 📂 Structure
12+
## Structure
1313
- `app/`: Main application logic
1414
- `tests/`: Automated test suite
1515
- `nginx.conf`: Nginx configuration for proxying
1616
- `nutrisync.service`: Systemd service definition
1717
- `deploy.sh`: Automated deployment script for Ubuntu
1818

19-
## 🛠️ Local Setup
19+
## Local Setup
2020
1. Navigate to the backend directory:
2121
```bash
2222
cd backend

0 commit comments

Comments
 (0)