Cosmos-Server/readme.md
Yann Stepienik 9d1eb7ae6a Init
2023-02-11 16:00:16 +00:00

30 lines
394 B
Markdown

# 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
```