Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qwidex/go-chat


https://github.com/qwidex/go-chat

chat-application gin go jwt mongodb websockets

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Project go-chat

Docker wasn't set up, so MongoDB is currently being hosted on Atlas.

## MakeFile

run all make commands with clean tests
```bash
make all build
```

build the application
```bash
make build
```

run the application
```bash
make run
```

Create DB container
```bash
make docker-run
```

Shutdown DB container
```bash
make docker-down
```

live reload the application
```bash
make watch
```

run the test suite
```bash
make test
```

clean up binary from the last build
```bash
make clean
```