Jurabek

Results 24 comments of Jurabek

@jbeguna04 to choosing color always was hard, I think orange and green is very suitable each other, I want to change all accent colors to green, on the last screenshot...

Hi @dhrn go to the `cd src/Server/` run `docker-compose up` locally using Zuul reverse proxy you can call APIs using `http://localhost:8080/dashboard`, `http://localhost:8080/menu/swagger/index.html` CI scripts configured to the pipelines you can...

FE developers feel free to contribute to this issue

The basic idea of how frontend should like, sample e-Commerce UI - Menu Page - list of foods similar to Mobile - Menu Detail page - when you select a...

Currently, README.md file does not match with current functionality it should be updated following concepts: Create Diagrams for microservices. Documentation for Mobile application including diagrams and architecture Create screenshots for...

Hi @tuyen-vuduc can you try to pull latest and run I think due to new docker-compose changes it is broken. also you can run following: ``` cd Restaurant-App/src/backend docker-compose -f...

some useful curl commands to play around with backend: - Adding item into basket: ``` curl --location 'localhost:8080/basket/api/v1/items' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '{ "customer_id":...

I am planning using a combination of guide documents and blogs to moving forward here