Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 415 Bytes

02-run-app.md

File metadata and controls

13 lines (9 loc) · 415 Bytes

Bat out of hell

Not completely without luck, you find that the previous developers have actually created README's for their code!

Try that and see how that flies for you.

Task

  • Install go on your cloud instance
  • Build with go build
  • Run both the frontend and backend with go run ..
  • Familiarize yourself with the application (frontend and backend, try to add a cookie and re-run the backend)