- Golang setup: https://go.dev/doc/install
- Install docker and docker-compose: https://docs.docker.com/compose/install/
- Start development server:
git clone git@github.com:SimplQ/simplQ-golang.git
cd simplQ-golang/
make dev
Mongo Express UI will be available at http://localhost:8081/
We use Visual Studio Code as the IDE but this is not a strict requirement. Azure Functions plugin can be used to deploy code to Azure, but this is optional.