Price Calculator This project is built with React+Typescript for the client, and Golang for the server. Getting Started To run locally with docker compose, execute: cd price-calculator make all Then visit: localhost:5000 To stop, execute: make all_down