Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 310 Bytes

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