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