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
- Host: GitHub
- URL: https://github.com/marteinn/employees-api-coconut-lang
- Owner: marteinn
- Created: 2019-01-10T20:24:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T20:34:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T14:25:13.424Z (9 months ago)
- Topics: api, bottle, coconut-lang, peewee
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).