https://github.com/jenasuraj/caresync
It's an Ai powered full stack combination of both health tracker and hospital management system written with Next.js & typescript
https://github.com/jenasuraj/caresync
javascript neondb nextjs postgresql python rest-api sql tailwindcss typescript
Last synced: 2 months ago
JSON representation
It's an Ai powered full stack combination of both health tracker and hospital management system written with Next.js & typescript
- Host: GitHub
- URL: https://github.com/jenasuraj/caresync
- Owner: jenasuraj
- Created: 2025-10-26T16:29:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T08:55:08.000Z (7 months ago)
- Last Synced: 2025-11-23T09:05:25.836Z (7 months ago)
- Topics: javascript, neondb, nextjs, postgresql, python, rest-api, sql, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://medicure-lemon.vercel.app
- Size: 24.1 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
π₯ 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!