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

https://github.com/running-grass/idris2-pact

A type-safe Servant-like web framework
https://github.com/running-grass/idris2-pact

api idris2 servant web-framework

Last synced: 4 months ago
JSON representation

A type-safe Servant-like web framework

Awesome Lists containing this project

README

          

# Pact

## Project Status

Now it's just a simple demo.
Not ready for production.

## Project Goal
Build a type-safe RESTful API framework

## Run Demo
```bash
make run-todomvc
```

## Acknowledgements

- [Servant](https://www.servant.dev/)
- [Stefan Höck](https://github.com/stefan-hoeck)