KevinJp21 / DocMe_ReactJS

Home Page:https://docme-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocMe - Medical Appointment Management System

DocMe is a web application designed to improve the accessibility and efficiency of scheduling medical appointments in Colombia. It integrates advanced features like personalized scheduling, urgent care management, and an AI chatbot to enhance the patient experience.

Demo

Link to Demo

Project Image

RestauranteSCocina

Technologies Used

  • ReactJS: For building a dynamic and modern user interface.
  • Vite: For fast and optimized front-end development.
  • ExpressJS: As the Node.js framework for backend development.
  • MySQL: To manage and store user information and medical appointments.

Features

  • Personalized Scheduling: Optimizes appointment booking to suit patient needs.
  • Urgent Care Management: Handles urgent appointments effectively.

Cloning the Repository

To clone and run this project, you'll need Git installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/KevinJp21/DocMe_ReactJS.git
# Clone this repository
git clone https://github.com/yourusername/docme.git

# Go into the Frontend directory
cd docme/Frontend

# Install dependencies
npm install

# Run the app
npm run dev

# Go into the Backend directory
cd docme/Backend

# Install dependencies
npm install

# Run the backend server
node index.js

To access the chatbot go to the following repository and follow the instructions

Chatbot repository

Author

About

https://docme-two.vercel.app


Languages

Language:JavaScript 65.0%Language:CSS 32.6%Language:HTML 2.3%