Skip to content

Latest commit

 

History

History

frontendservice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Frontend microservice

The client (browser) facing part of the application that provides one http endpoint which returns the response from calling quotation microservice. Run as -

$ QUOTATION_SERVICE_HOSTNAME=localhost RUST_LOG=frontend=debug cargo run