A simple Hapi server for demonstration purposes, designed to work with Hurl for testing HTTP requests.
ni
Start the development server:
nr dev
Or run with docker compose:
docker network create web
docker-compose up
Run tests using Hurl:
nr test
Swagger UI - http://localhost:3000/documentation
Run tests using Hurl:
hurl --test tests/todo.hurl
For verbose output:
hurl --verbose tests/todo.hurl
- Hapi - Official Documentation
- Hurl - Run and Test HTTP Requests
- jellydn/hurl.nvim: Hurl.nvim is a Neovim plugin that brings the power of the Hurl command line tool into your editor. Designed to run HTTP requests from
.hurl
files, this plugin simplifies the API development process, making it both efficient and versatile.
👤 Huynh Duc Dung
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
If this project has been helpful, please give it a ⭐️.