- Team Backend Lead: Chukwuma
- Team Frontend Lead: Sherlin
- Team Member: Kyvon
- Team Member: Javyen
Welcome to Food Differently, where we're revolutionizing the way you experience food delivery. More than just a platform for delicious meals, we're committed to nourishing communities and shaping the future of education and technology. With every order placed through our app, we donate 1% of sales to support computer science programming in educational settings. By empowering future generations with essential digital skills, we're not just delivering food; we're investing in the future. Join us in making a difference and experiencing food delivery differently. Together, let's savor great food and contribute to a brighter tomorrow, one byte at a time.
You can view a live demo of the application here.
- Clone the repository: git clone https://github.com/code-differently/24q1-team3.git
-
Navigate to the backend directory: cd 24q1-team3/backend
-
Ensure Java JDK 21 is installed: (download from https://www.oracle.com/java/technologies/javase-jdk11-downloads.html if not installed)
-
Update pom.xml to match your Java JDK version if necessary
-
Build the project using Maven: mvn clean install
-
Run the Spring Boot application: mvn spring-boot:run
-
Navigate to the frontend directory: cd frontend/
-
Install dependencies using npm: npm install
-
Start the frontend server using nodemon: npx nodemon src/server.js
- April 22nd 2024: Unsure how integrate connection between frontend and backend components within the software architecture.