Gateway to handle many nodes of micrach.
Always wanted to make microservice imageboard, where each board is separate microservice.
- Go 1.13+.
- MongoDB.
- Create
.env
file from.env.example
, change env vars to your needs.
Just run:
go run main.go
In development I prefer to run it with nodemon for live reload. You can check the command in the Makefile
.