Skip to content

Commit

Permalink
Merge pull request quozd#579 from ttu/add-dotnet-fake-json-server
Browse files Browse the repository at this point in the history
Add Fake JSON Server
  • Loading branch information
zihotki authored Oct 16, 2017
2 parents 8aa0cab + 2800f0f commit 6a1c3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ metadata in media files, including video, audio, and photo formats
* [Netling](https://github.com/hallatore/Netling) - A load tester client for easy web testing. It is extremely fast while using little CPU or memory.
* [Papercut](https://github.com/ChangemakerStudios/Papercut) - Papercut is an open source (.NET based) test email viewer that runs locally with a built-in SMTP server designed to receive and notify of test email messages.
* [Visual Studio Uninstaller](https://github.com/Microsoft/VisualStudioUninstaller) - Uninstall and clean up all components of Visual Studio.
* [Fake JSON Server](https://github.com/ttu/dotnet-fake-json-server) - Fake REST API for prototyping or as a CRUD Back End. No need to define types, uses dynamic typing. Data is stored to a single JSON file. Has authentication, WebSocket notifications, async long running operations, random generation for errors/delays and experimental GraphQL support.

## Trading

Expand Down

0 comments on commit 6a1c3b1

Please sign in to comment.