Link of FazaaAI frontend repository
In critical times of conflict or natural disasters, quick and reliable access to help can save lives. FazaaAI connects those in need with those offering help, powered by AI to enhance descriptions and provide location-specific survival guides. Our system ensures: Dynamic matching Community engagement Ongoing safety monitoring Even when communication infrastructure is limited.
Team Leader & Backend Developer: Yasmin Kotb
Database and AI Integration: Kareem Dwidar & Hisham Mohammed
Frontend Developers: Israa Esaa & Fatima Khafaji
git clone https://github.com/HIS-MOHAMMED/FazaaAI
cd FazaaAI/backend
mvn clean install
# Update application.properties with your database configuration:
spring.datasource.url=your_database_url
spring.datasource.username=yourusername
spring.datasource.password=yourpassword
# Run the Spring Boot backend:
mvn spring-boot:run
