chinmay-saraswat / Food-Connect

FoodConnect is a web application designed to facilitate the distribution of leftover food to NGOs. Users can easily locate nearby NGOs, ensuring excess food reaches those in need, reducing waste and helping the community.
3 stars 3 forks source link

FoodConnect

FoodConnect is a web application designed to facilitate the distribution of leftover food to NGOs. The platform allows users to easily locate nearby NGOs, ensuring excess food reaches those in need, reducing waste, and helping the community.

Table of Contents

Tech Stack

Frontend:

Backend:

Features

Installation

  1. steps to run:

    
    - clone a repo
    git clone https://github.com/your-username/foodconnect.git
    cd foodconnect 
    - 
    cd frontend
    npm install
    
    cd ../backend
    npm install
    
    cd backend
    node .\index.js
    
    cd frontend
    npm start