cd your-project-directory
curl https://raw.githubusercontent.com/WaitrInc/go-asap/main/quickstart/install.sh -o install.sh
sh install.sh
makeThe following default routes should be available
- http://localhost/v1/health
- http://localhost/v1/example
- http://localhost/v1/example/123
- http://localhost/v1/example/123/subexample
- http://localhost/v1/example/123/subexample/456
TBD
