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

https://github.com/marteinn/employees-api-coconut-lang

A example api built in coconut using peewee and bottle
https://github.com/marteinn/employees-api-coconut-lang

api bottle coconut-lang peewee

Last synced: 7 months ago
JSON representation

A example api built in coconut using peewee and bottle

Awesome Lists containing this project

README

          

# Employees-Api-Coconut-Lang

A example api built in coconut using peewee and bottle. The repo showcases how to use composition, partial application, pipelines, data, algebraic data types and pattern matching.

## Getting started

- `pip install -r requirements.txt`
- `coconut main.coco && python main.py`
- `curl localhost:8080/employees`
- Done!

## License

This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).