Skip to content

Commit

Permalink
add correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamalera committed Oct 23, 2022
1 parent 1fcca3c commit 9be0d2a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Team-14-Bell-app
Basel Hack 2022 Bell Challenge

## Goal
LOREM IPSUM ...
## Problem Statements
Bell proposes to solve a few problems. The major one is fighting foodwaste by enabling people to get recipe suggestions supplying an image of their fridge content. The second problem is to get to know Bell customers better to provide a tailored Bell experience to them.
The solutions on the market are scattered APIs or unfinished solutions. They dont include the companies' need to have their products suggested to their customers.

## Prerequisites
## Solutions
We have created a proof of concept: a webapp, developed in a mobile first concept, which merges open APIs, enriches the data with Bell products, and suggests recipes to customers.
We are using an API to which an image can be sent, and the products are recognized. Then the products are enhanced with Bell products and send to a second API which sends back recipe suggestions. These are displayed to the user.

## Technical Prerequisites
- Node
- NPM

## Uses
- VueJS 2
- Vuetify
- VueRouter
- Axios

## Backend Setup
```
Expand Down Expand Up @@ -49,3 +55,6 @@ npm run lint
### Documentation

The google presentation is [here](https://docs.google.com/presentation/d/15kZCKr3lPAo_j7qtFoXbP1KHa1h_AUIR23ijlMK8sqs/edit?usp=sharing)

### URL to Check out the PoC
http://ec2-18-156-118-115.eu-central-1.compute.amazonaws.com

0 comments on commit 9be0d2a

Please sign in to comment.