Skip to content

SherllinT/24q1-team3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

24q1-team3 (Food Differently)

The team

  • Team Backend Lead: Chukwuma
  • Team Frontend Lead: Sherlin
  • Team Member: Kyvon
  • Team Member: Javyen

Screenshot

Introduction

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.

A description of the app

Demo link

You can view a live demo of the application here.

Installation instructions

Backend

  • 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

Frontend

  • Navigate to the frontend directory: cd frontend/

  • Install dependencies using npm: npm install

  • Start the frontend server using nodemon: npx nodemon src/server.js

Known issues

  • April 22nd 2024: Unsure how integrate connection between frontend and backend components within the software architecture.

Roadmap features

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.0%
  • HTML 25.0%
  • CSS 13.0%
  • JavaScript 6.0%