Welcome to the Aid Connect Platform! This project is aimed at facilitating post-disaster recovery efforts by providing a comprehensive platform for managing health and medical supplies within affected communities. Built using modern technologies, this platform ensures efficiency and accessibility in times of crisis.
Explore the live site here.
Access the GitHub repository for the server here.
To set up the frontend locally, follow these steps:
Clone the repository:
git clone https://github.com/shafik720/Level-2-Advanced-Frontend-Assignment---7-Post-Disaster-Supply-Chain-Platform.git
Navigate to the project directory:
cd Level-2-Advanced-Frontend-Assignment---7-Post-Disaster-Supply-Chain-Platform
Install dependencies:
npm install
Start the development server:
npm run dev
Access the application at http://localhost:3000
in your web browser.
To set up the backend locally, follow these steps:
Clone the repository:
git clone https://github.com/shafik720/Server-for-Advanced-Frontend-Assignment---7-Health-Medical-Supply-Chain.git
Navigate to the project directory:
cd Server-for-Advanced-Frontend-Assignment---7-Health-Medical-Supply-Chain
Install dependencies:
npm install
Configure the .env file as your personal settings
Start the server:
node index.js
The backend server will start running at the specified http://localhost:5001