Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blue-army-2017/knight

Blue Army Internal Webapp
https://github.com/blue-army-2017/knight

gin golang gorm picocss

Last synced: 2 months ago
JSON representation

Blue Army Internal Webapp

Awesome Lists containing this project

README

        

# Knight

[![Build](https://github.com/blue-army-2017/knight/actions/workflows/build.yml/badge.svg)](https://github.com/blue-army-2017/knight/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=blue-army-2017_knight&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=blue-army-2017_knight)

> Blue Army Internal Webapp

## Development

- Run server

```sh
task
```

- Migrate data

```sh
task migrate
```