Create a Go app and get connected to your services quickly.
torque works on Linux, OSX and
Quick Overview
go install github.com/jesseobrien/torque-cli@latest
torque new HospitalRegistration
cd HospitalRegistration
torque watch
The above commands will get you up and running with a brand new Torque app using the Torque CLI. The watch command ensures that while you're making changes to your project, your tests are ran every time a file changes.