The nuts and bolts of web services in Go.
Create a Go app and get connected to your services quickly.
torque works on Linux, OSX and Windows.
Visit the docs to get a full onboarding experience!
go install github.com/go-torque/torque-cli@latest
torque new HospitalRegistration
cd HospitalRegistration
torque watchThe 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.
Happy building!
- Install modd
- Run
moddin the project directory- This will watch the files in the project and:
- run the tests for torque
- build the torque binary
- install the
torquebinary on your system in~/bin
- This will watch the files in the project and:
