Nutrient Health Analysis App for team H20
Run the command: docker-compose -f docker-compose.prebuilt.yml up -d
Access the site via http://localhost
Run the command: docker-compose up --build -d
Access the site via http://localhost
Add the spring.profiles.active=local parameter to the standard java command and run as normal.
Access the service via http://localhost:8080
Run the command npm start
Access the frontend via http://localhost:4200