Hospital and medical practice management system. Built on Frappe Framework.
- Patient Management: TBD
- Appointments: TBD
- Billing: TBD
- Click Code → Codespaces → Create codespace on main
- Wait for the container to build (~5 minutes first time)
- Run
bench startin the terminal - Open
http://localhost:8000in browser - Login:
Administrator/admin
# Prerequisites: Frappe Bench installed
cd ~/frappe-bench/apps
git clone https://github.com/Simbotix/vihara_medical.git
cd ~/frappe-bench
bench get-app vihara_medical
bench new-site vihara.localhost
bench --site vihara.localhost install-app vihara_medical
bench --site vihara.localhost set-config developer_mode 1
bench use vihara.localhost
bench startCopy .env.example to .env and configure:
cp .env.example .env- CLAUDE.md - Development guidelines and project context
- requirements/ - Business requirements and discussions
- Frappe Framework Docs
MIT License - see LICENSE
Rajesh Medampudi (@medampudi) Simbotix - simbotix.com