Post-Disaster-Supply-Chain-Platform-with-redux-tailwind Tailwind Templates

Post Disaster Supply Chain Platform With Redux Tailwind

This project is aimed at facilitating post-disaster recovery efforts by providing a comprehensive platform for managing health and medical supplies within affected communities.

Aid Connect

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.

Technologies Used

Features and Functionality

  • Responsive Design: Seamlessly adapts to various screen sizes, ensuring a smooth user experience on both desktop and mobile devices.
  • Supply Information Display: Fetches and displays all supply information stored in the MongoDB database using RTK Query.
  • Admin Dashboard: Provides administrators with comprehensive control over the platform, including the ability to view, edit, delete, and create supply posts.

Live Site

Explore the live site here.

Repository

Access the GitHub repository for the server here.

Setting Up Locally

Frontend

To set up the frontend locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/shafik720/Level-2-Advanced-Frontend-Assignment---7-Post-Disaster-Supply-Chain-Platform.git
    
  2. Navigate to the project directory:

    cd Level-2-Advanced-Frontend-Assignment---7-Post-Disaster-Supply-Chain-Platform
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    
  5. Access the application at http://localhost:3000 in your web browser.

Backend

To set up the backend locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/shafik720/Server-for-Advanced-Frontend-Assignment---7-Health-Medical-Supply-Chain.git
    
  2. Navigate to the project directory:

    cd Server-for-Advanced-Frontend-Assignment---7-Health-Medical-Supply-Chain
    
  3. Install dependencies:

    npm install
    
  4. Configure the .env file as your personal settings

  5. Start the server:

    node index.js
    
  6. The backend server will start running at the specified http://localhost:5001

Top categories

Loading Svelte Themes