Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 236 Bytes

File metadata and controls

10 lines (6 loc) · 236 Bytes

API

Development

From the /api directory, we can:

  • Install dependencies go get .
  • Run the project: go run .

When developing in Visual Studio Code, we can use the Debug API launch target to debug the code while it runs