Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfierichou/sofo-task
Task management system.
https://github.com/alfierichou/sofo-task
commitlint jaeger jest koa2 swagger typescript
Last synced: 15 days ago
JSON representation
Task management system.
- Host: GitHub
- URL: https://github.com/alfierichou/sofo-task
- Owner: AlfieriChou
- Created: 2019-04-02T06:00:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T02:08:08.000Z (18 days ago)
- Last Synced: 2024-12-16T03:18:56.967Z (18 days ago)
- Topics: commitlint, jaeger, jest, koa2, swagger, typescript
- Language: TypeScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# sofo-task
Task management system.
## get started
- install deps
```bash
yarn
```- dev run
```bash
yarn run dev
```## swagger
- dev
```
http://127.0.0.1:4000/v1/apidoc
```## jaeger
- container
```bash
make jaeger
```- page
```
http://127.0.0.1:16686
```