https://github.com/tensoraws/nuxbt-backend
https://github.com/tensoraws/nuxbt-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensoraws/nuxbt-backend
- Owner: TensoRaws
- License: gpl-3.0
- Created: 2024-07-03T14:31:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:32:55.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T00:39:01.115Z (almost 2 years ago)
- Language: Go
- Size: 167 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NuxBT-Backend
### Dev
lint
```shell
make lint
```
test
```shell
make test
```
gorm gen
```shell
make gen
```
build
```shell
make build
```