Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 964 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 964 Bytes

Grocery-fe

Description

This is the frontend of grocery-be and food-track-be. This application can track your meals and your pantry preventing food waste.

This app is made with Reactjs with redux for state management and material-ui components.

Requirements

Installation

Cluster installation

To install the application in a cluster you have to create grocery namespace, modify the kustomization.yaml file to match your configuration and run the following command:

kubectl apply -k k8s/overlays/qa

Local installation

To run the application locally with docker. To do so run the following command:

docker run -p 8080:8080 ghcr.io/nico-iaco/grocery-fe:latest