- Make sure you have
Goinstalled - Navigate to the folder where you cloned this repo and type the following in your terminal
go mod init tech-interview-buddygo mod tidygo run cmd/api/main.go
- Note:
go modcommands are only required for the first use.
- Make sure you have
Node.jsinstalled - From the folder you cloned this repo type the following in your terminal
cd frontend/code-connectnpm installnpm run dev
- Add a
.env.localandfirebase-admin-config.jsonin the frontend/code-connect directory to set the API keys for the firebase functionality - Note:
npm installis only required for the first use.
- Our Jitsi Server is self-hosted using the following guide: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart/
- Any references to "actual-terribly-longhorn.ngrok-free.app" are a reference to our ngrok tunnel running the self-hosted jitsi server
- Documentation can be found here



