Skip to content

shrnik/medimate

Repository files navigation

MediMate

MediMate is a web application designed to provide medical assistance and information. The project consists of a backend API and a frontend user interface.

Visit MediMate

Getting Started

Prerequisites

  • Node.js
  • Yarn or npm

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/medimate.git
    cd medimate
  2. Install dependencies for both backend and frontend:

    yarn install

Running the Application

Backend

  1. Navigate to the backend directory:

    cd apps/backend
  2. Start the backend server:

    yarn start

Frontend

  1. Navigate to the frontend directory:

    cd apps/frontend
  2. Start the frontend development server:

    yarn start
  3. Open http://localhost:3000 to view it in the browser.

Building for Production

To create a production build of the frontend, run:

cd apps/frontend
yarn build

About

RAG based chat app for medical professionals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5