Skip to content

mjah/price-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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