Cosmos-Server/readme.md

30 lines
394 B
Markdown
Raw Normal View History

2023-02-11 16:00:16 +00:00
# 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
```