Skip to content

A prototype healthcare platform that connects patients, doctors and pharmacies together in one place. Created for my OCR A-Level Computer Science NEA but may continue as my own personal project.

Notifications You must be signed in to change notification settings

Binaryul/MediLink

Repository files navigation

OCR A-Level Computer Science NEA

This is my Non-Exam-Assessment for OCR A-Level Computer Science.

Overview

This project is a prototype platform that connects patients, doctors, and pharmaceutical companies in one platform. It is coded in React + TypeScript + Vite for the client side and Python (Flask) for the back-end.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Binaryul/MediLink.git
  2. Navigate to the project directory:
    cd MediLink
  3. Install the dependencies for the client:
    cd client
    npm install
  4. Install the dependencies for the server:
    cd ../server
    pip install -r requirements.txt

Usage

To run the project locally, follow these steps:

  1. Start the client:
    cd client
    npm run dev
  2. Start the server:
    cd ../server
    python main.py

About

A prototype healthcare platform that connects patients, doctors and pharmacies together in one place. Created for my OCR A-Level Computer Science NEA but may continue as my own personal project.

Resources

Stars

Watchers

Forks