Skip to content

jenasuraj/CareSync

Repository files navigation

🏥 CareSync

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.

🚀 Tech Stack

Frontend

  • Next.js (App Router)
  • React
  • Tailwind CSS

Backend

  • FastAPI (Python)
  • RESTful APIs
  • LangGraph (AI workflow orchestration)

Database

  • SQL-based database (PostgreSQL – configurable)

✨ Features

  • 🔐 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

🛠️ Installation & Setup

1️⃣ Clone the Repository

git clone git@github.com:jenasuraj/CareSync.git
cd CareSync
  

2️⃣ Frontend Setup (Next.js)

npm install
npm run dev
  

Frontend will run at:

http://localhost:3001

3️⃣ Backend Setup (FastAPI + LangGraph)

cd fastapi
pip install -r requirements.txt
uvicorn main:app --reload
  

Backend API will run at:

http://localhost:8000

📌 Roadmap / To-Do

  • 🔔 Notifications and reminders
  • 🧾 Billing and payment integration

🧑‍💻 Author

Suraj Jena
Full-stack Developer

⭐ If you like this project, consider giving it a star on GitHub!

About

It's an Ai powered full stack combination of both health tracker and hospital management system written with Next.js & typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors