CareFlow Lite Backend — Node.js + TypeScript backend for a demo telehealth-style app. Implements a secure mock login, GraphQL API with Apollo Server, Prisma ORM, and Neon PostgreSQL. Supports managing patient consultations with filters, pagination, status updates, and notes, deployed on Render.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^5.0.0^1.1.2^6.14.0^6.0.0^2.8.5^17.2.1^4.19.2^16.11.0^2.12.6^9.0.2^8.16.3^9.9.0^6.0.0^2.8.19^4.17.21^9.0.10^24.2.1^6.14.0^4.19.1^5.9.213
commits
Merge pull request #5 from OlhaKutova/feat-add-resolvers
36bdaa3View on GitHubMerge pull request #4 from OlhaKutova/feat-graphql-enums
8c79065View on GitHubMerge pull request #3 from OlhaKutova/feat-setup-server
e3f83a7View on GitHubset up Apollo Server with Express, Prisma context, and type definitions
3861580View on GitHubadd Prisma seed script with demo data for clinics, patients, consultations, and notes
4ef5f49View on GitHubadd GraphQL schema, Prisma schema, update TS config for NodeNext ESM & strict mode, update package.json
fbcebc9View on GitHubInitial project setup: TypeScript, Express, Apollo Server, Prisma configuration
e94ea40View on GitHub