docs: add project description and server setup instructions to README

This commit is contained in:
2026-03-21 18:25:35 +00:00
parent c81815a83d
commit 6115a065c7
36 changed files with 4003 additions and 0 deletions

View File

@@ -1,2 +1,8 @@
# demeter
IOT Plant and Aquarium Monitoring System
To Run the server:
cd server
pip install -e ".[dev]"
uvicorn app.main:app --reload --port 25572