Skip to content

sonaligupta08/FoodShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodShare

“FoodShare is a web application that helps reduce food waste by connecting people who have leftover food with those in need nearby.”

Image Image Image Image Image Image

✨ Features ----

Share leftover food with nearby people Browse available food items Contact the food provider Simple and clean UI Fully responsive frontend Backend APIs built with Spring Boot MySQL database for storing users + listings

🛠️ Tech Stack

Frontend: HTML CSS JavaScript Bootstrap

Backend: Java Spring Boot Spring Web Spring Data JPA

Database: MySQL

🚀 How to Run the Project Locally

1️⃣ Clone the Repository git clone https://github.com/sonaligupta08/FoodShare.git cd FoodShare

2️⃣ Start the Backend (Spring Boot) Update MySQL Configuration Edit application.properties:

spring.datasource.url=jdbc:mysql://localhost:3306/foodshare spring.datasource.username=YOUR_USERNAME spring.datasource.password=YOUR_PASSWORD spring.jpa.hibernate.ddl-auto=update

▶️ Run the backend mvn spring-boot:run

Your backend will start at: 👉 http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published