CareConnect is a powerful solution for streamlining clinic management and enhancing patient experience. Our scalable, integrated web application helps medical professionals efficiently handle their day-to-day operations, from managing electronic health records and patient data to scheduling appointments and managing medical staff.
- Tech stack: Node.js, Express, Angular, and MongoDB
- DevOps: CircleCI, Netlify, Render
- Backend: https://github.com/lanhhoang/care-connect-be
- Frontend: https://github.com/lanhhoang/care-connect-fe
- npm
npm install npm@latest -g- Install dependencies
npm install- Create .env file then change the value of environment variables
cp .env.sample .env- Run server
npm start