Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpmtw/rpmtw-server
RPMTW server, developed using Dart, is the backend of RPMTW services, e.g. Cosmic Chat, RPMWiki, RPMtranslator...
https://github.com/rpmtw/rpmtw-server
dart dart-server dartlang docker rest-api rest-apis restful-api shelf
Last synced: about 2 months ago
JSON representation
RPMTW server, developed using Dart, is the backend of RPMTW services, e.g. Cosmic Chat, RPMWiki, RPMtranslator...
- Host: GitHub
- URL: https://github.com/rpmtw/rpmtw-server
- Owner: RPMTW
- Created: 2021-09-04T09:19:58.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-11T14:38:32.000Z (over 1 year ago)
- Last Synced: 2024-04-24T08:18:33.656Z (9 months ago)
- Topics: dart, dart-server, dartlang, docker, rest-api, rest-apis, restful-api, shelf
- Language: Dart
- Homepage:
- Size: 769 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/RPMTW/RPMTW-Server/branch/main/graph/badge.svg?token=NEAZZJO2M6)](https://codecov.io/gh/RPMTW/RPMTW-Server)
## RPMTW API ServerRPMTW API 後端伺服器,使用 Dart 語言開發。
### Running with the Dart SDK
You can run the example with the [Dart SDK](https://dart.dev/get-dart)
like this:```
$ dart run bin/server.dart
```### 相關連結
[Dart 用戶端函式庫](https://github.com/RPMTW/RPMTW-API-Client)
[帳號系統使用者界面](https://github.com/RPMTW/RPMTW-Account-UI)
[RPMTW Minecraft 維基百科](https://github.com/RPMTW/RPMTW-Wiki)