An open API service indexing awesome lists of open source software.

https://github.com/fel88/httpsandbox

Web/ Mock http server with GUI for debugging
https://github.com/fel88/httpsandbox

dapper http postgresql webserver

Last synced: about 12 hours ago
JSON representation

Web/ Mock http server with GUI for debugging

Awesome Lists containing this project

README

          

# HttpSandbox
Web/ Mock http server with GUI.

## Features:
- lightweight C# scripts (runtime compilable) to generate JSON data from databases (**PostgeSQL**) using **Dapper**
- quick web sites prototyping

image

image

## Samples:
Tabulator + Dapper + PostgeSQL [tabulator sample](Samples/tabulator_sample.sxml)

## How to run static page
1. Presets -> Hello world
3. Run, apply
4. Open browser and enter "http://localhost:8888"
### To change static page content ###
1. Select Mock tab
2. Call context menu on the first row (StaticHtmlPageResponse)
3. Commands -> load HTML from file
4. Select html file
5. Press F5 in a browser in order to update page