# GUCO Server blablabla ... # Installation blablabala ... # Build locally You need [GuPM](https://github.com/azukaar/GuPM) with the [provider-go](https://github.com/azukaar/GuPM-official#provider-go) plugin to run this project. ``` g make ``` # Run locally First create a file called dev.json with: ```json { "MONGODB": "your mongodb connection string" } ``` ``` g build g start ```