Skip to content
 
 

Latest commit

 

History

108 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HospiTech

Logo HospiTech

HospiTech connects hospitals that have excess or unused medical equipment with hospitals that need it, particularly those with limited resources. It aims to reduce waste and ensure that medical equipment is put to good use by facilitating the redistribution of equipment between hospitals.

Overview

  1. Create an account: The first step is to create an account on the app. This will involve providing some basic personal information and selecting the hospital you belong to from a list of registered hospitals.
  2. Access the equipment list: Once you have created an account and logged in, you will have access to a list of all the medical equipment that is available for donation or exchange. You can filter this list based on your preferences and needs.
  3. Add new equipment: If you have medical equipment that you want to donate or exchange, you can add it to the list by providing details such as the type of equipment, its condition, and the hospital it belongs to.

Register Main page Navbar Create equipment Equipment detail

Getting Started

Prerequisites

  • npm
  • Node.js
  • PostgreSQL

Installation

  1. Clone the repository:
   git clone https://github.com/JoaquinBuxo/HospiTech.git
  1. Install dependencies:
  • Client : cd client

    npm install
  • Server : cd server

    npm install
  1. Setup env variables:
  • Client: cd client & touch .env

    VITE_API_SERVER_URL='yourServerURL'
  • Server: cd server & touch .env

    DATABASE_URL="postgresql://..."
    CLOUDINARY_NAME=
    CLOUDINARY_API_KEY=
    CLOUDINARY_API_SECRET=
  1. Setupo and start the app:
  • Client: cd client
npm run dev
  • Server: cd server
"Warning: At this moment, you will need to manually add at least one hospital to the database in order for the app to function properly."
npm start

About

Connecting hospitals with surplus medical equipment to hospitals in need

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages