Skip to content

JYasha11/DivHacks2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DivHacks2023

MedScribe

MedScribe is a comprehensive healthcare documentation system designed to streamline medical records management. This system is divided into two core components: the frontend and backend, offering a holistic solution for healthcare professionals and institutions.

Table of Contents

Project Overview

MedScribe aims to revolutionize healthcare documentation by providing an efficient and user-friendly platform for healthcare providers to manage medical records, patient histories, and more. The system offers a powerful frontend for user interaction and a robust backend for data management.

Directory Structure

Here's a brief overview of the project's directory structure:

  • frontend: Contains the frontend application.
  • backend: Houses the backend server and database logic.
    • src: Backend source code.
    • models: Data models and schemas.
    • routes: API routes and controllers.

Installation

To set up MedScribe on your local development environment, follow these steps:

  1. Clone the repository to your machine:

    git clone https://github.com/your-username/medscribe.git
  2. Clone the repository to your machine:

    git clone https://github.com/your-username/medscribe.git
  3. Navigate to the project directory:

    cd medscribe
  4. Frontend Setup:

    • Go to the frontend directory:

      cd frontend
    • Install frontend dependencies:

      npm install

Backend Setup

  1. Backend Setup:

    • Go to the backend directory:

      cd backend/src
    • Install backend dependencies:

      npm install
  2. Configure environment variables, including API keys and database settings, as needed.

Usage

Running the App

You can run MedScribe as follows:

  • Frontend Development:

    Start the frontend development server:

    npm run dev
  • Backend Development:

    Start the backend server:

    node app.js

Features

MedScribe offers a range of features tailored to healthcare documentation needs:

  • Seamless medical records management.
  • Patient data and history tracking.
  • Secure user authentication and access control.
  • Robust API for integration with other systems.
  • Efficient healthcare data storage and retrieval.

Navigating

Here's a brief guide on navigating the MedScribe application:

  • Dashboard: After logging in, you'll be greeted with the dashboard where you can access various features.
  • Patient Records: Access and manage patient records through the intuitive interface.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors