HansGabriel / MedicMarie

Medic Marie is an A.I.-powered medical assistant that provides you with 24/7 information on your medical needs.

Home Page:https://medic-marie.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medic Marie

Medic Marie is an A.I.-powered medical assistant that provides you with 24/7 information on your medical needs.

image

Table of contents (Overview)

General info

Medic Marie is a SMS chatbot that provides information about health related issues in the Philippines. The group, Zenin Tech, aims to provide a low-cost health care system to people especially in rural areas in the country. By giving information regarding nearby hospitals, doctors, and information and treatment for certain symptoms.

The project is built using Next.js to run the server, the Globe Labs SMS API for sending and receiving SMS, and MongoDB for storing data.

Pictures

Dashboard

Users

User Details

Setup Web App

To run this project, make sure you have installed node.js and git.

Furthermore just use a Code Editor like VS Code, Atom, or Sublime (Even Vim probably if you want) to edit stuffs or run in the terminal.

To run this app, do the following below.

$ git clone https://github.com/HansGabriel/MedicMarie.git
$ cd MedicMarie
$ npm install
$ npm run dev

How to use the Web App

The following instructions will open the app. You can type localhost:5000 in your favorite browser to start using the app.

127.0.0.1:5000

or

localhost:5000

About

Medic Marie is an A.I.-powered medical assistant that provides you with 24/7 information on your medical needs.

https://medic-marie.vercel.app/

License:MIT License


Languages

Language:JavaScript 67.7%Language:SCSS 32.3%