CareSync is a full-stack hospital management system built with Next.js on the frontend and FastAPI on the backend. The project integrates LangGraph to enable intelligent, AI-driven workflows and automation for modern healthcare operations.
- Next.js (App Router)
- React
- Tailwind CSS
- FastAPI (Python)
- RESTful APIs
- LangGraph (AI workflow orchestration)
- SQL-based database (PostgreSQL – configurable)
- 🔐 User Authentication (Login / Register)
- 🧑⚕️ Patient & Doctor Management
- 📅 Appointment Scheduling
- 📄 CRUD Operations for Hospital Records
- 🧠 AI-powered suggestions & workflow automation using LangGraph
- 🔄 Seamless client–server communication via REST APIs
- 🌐 Modern and responsive UI
git clone git@github.com:jenasuraj/CareSync.git cd CareSync
npm install npm run dev
Frontend will run at:
http://localhost:3001
cd fastapi pip install -r requirements.txt uvicorn main:app --reload
Backend API will run at:
http://localhost:8000
- 🔔 Notifications and reminders
- 🧾 Billing and payment integration
Suraj Jena
Full-stack Developer
⭐ If you like this project, consider giving it a star on GitHub!