Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blue-army-2017/knight
- Owner: blue-army-2017
- License: mit
- Created: 2024-08-02T17:37:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:54:26.000Z (3 months ago)
- Last Synced: 2024-10-02T05:21:19.290Z (3 months ago)
- Topics: gin, golang, gorm, picocss
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```