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.
- 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.
- 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.
- 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.
- npm
- Node.js
- PostgreSQL
- Clone the repository:
git clone https://github.com/JoaquinBuxo/HospiTech.git- Install dependencies:
-
Client :
cd clientnpm install
-
Server :
cd servernpm install
- Setup env variables:
-
Client:
cd client&touch .envVITE_API_SERVER_URL='yourServerURL' -
Server:
cd server&touch .envDATABASE_URL="postgresql://..." CLOUDINARY_NAME= CLOUDINARY_API_KEY= CLOUDINARY_API_SECRET=
- 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




