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
- Host: GitHub
- URL: https://github.com/fel88/httpsandbox
- Owner: fel88
- License: mit
- Created: 2025-06-13T00:14:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T20:27:22.000Z (7 months ago)
- Last Synced: 2025-12-08T04:35:31.508Z (7 months ago)
- Topics: dapper, http, postgresql, webserver
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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