Skip to content

floriannch/AlimioProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alimio

About The Project

Alimio is a web application that allows users to search for food products and obtain detailed information about them using the OpenFoodFacts API. This project was created to demonstrate the skills we acquired during our Bachelor's program.

Features

  • Product Search: Find food products by name.
  • Detailed Information: View comprehensive data for each product.
  • Favorites List: Save products to a personal list of favorites.
  • Advanced Filtering: Filter search results by Nutri-Score, allergens, and other criteria.

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

Before you begin, ensure you have the following installed:

  • Java JDK 15 or higher: Make sure it's correctly installed and added to your system's PATH variable.
  • Gradle: The project uses the Gradle wrapper, so a local installation is not strictly required, but it's good to have.

Installation and Running the Application

  1. Clone the repository

  2. Navigate to the project directory:

    cd AlimioProject
  3. Run the application: Use the Gradle wrapper to build and run the project.

    On macOS/Linux:

    ./gradlew bootRun

    On Windows:

    .\gradlew.bat bootRun
  4. Access the application: Once the application is running, open your web browser and navigate to the address provided in the console output (usually http://localhost:8080).

Authors

  • Florian NELCHA
  • Evan DA COSTA PINA
  • Léna FOURNIER
  • Lucas GAUDIN

About

Java/Springboot website group project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published