https://github.com/melkerton/adm-server
A language agnostic mock server written in Dart.
https://github.com/melkerton/adm-server
dart experimental mock testing
Last synced: 4 months ago
JSON representation
A language agnostic mock server written in Dart.
- Host: GitHub
- URL: https://github.com/melkerton/adm-server
- Owner: melkerton
- Created: 2022-12-31T03:24:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T15:26:00.000Z (over 2 years ago)
- Last Synced: 2024-02-12T16:43:32.622Z (over 2 years ago)
- Topics: dart, experimental, mock, testing
- Language: Dart
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# A Dart Mock Server (adms)
[](https://github.com/melkerton/adm-server/releases/tag/v0.0.1-alpha)
[](https://app.codecov.io/gh/melkerton/adm-server/tree/main)
[](https://dl.circleci.com/status-badge/redirect/gh/melkerton/adm-server/tree/main)
[](https://adm-server.readthedocs.io/en/latest/?badge=latest)
This is primarily a way for me to learn Dart, CI/CD, and reStructured Text, use at you own risk.
Cheers.
---
See [ReadtheDocs](https://adm-server.readthedocs.io/en/latest) for user documentation (v0.0.1-alpha).
## Example
A simple example is available for [download](https://github.com/melkerton/adm-server/releases/download/v0.0.1-alpha/simple-v0.0.1-alpha.tar.gz), which includes:
1. an exe compiled on
```Linux host 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux```.
2. an example demonstrating (a) a data response and (b) a pipe response on http://127.0.0.1:7777.