Smitaambiger/LIFEOS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
LifeOS - run instructions (Windows + VS Code) 1) Open PowerShell in D:\lifeOS\backend 2) Create virtual env: py -m venv .venv 3) Activate: .venv\Scripts\Activate 4) Install packages: pip install -r requirements.txt 5) Start server: uvicorn app.main:app --reload --port 8000 6) Open browser: http://127.0.0.1:8000