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

https://github.com/tensoraws/nuxbt-backend


https://github.com/tensoraws/nuxbt-backend

Last synced: about 1 year ago
JSON representation

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