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

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

How to use Hy with bottle
https://github.com/marteinn/employees-api-hy-lang

api bottle hylang peewee-orm

Last synced: 7 months ago
JSON representation

How to use Hy with bottle

Awesome Lists containing this project

README

          

# Employees-Api-Hy-Lang

This library is a port of [Employees-Api-Coconut-Lang](httpsEmployees-Api-Coconut-Lang) and showcases how to use [Hy](https://github.com/hylang/hy) along with the bottle web framework and peewee orm.

## Getting started

- `pip install -r requirements.txt`
- `hy main.hy`
- `curl localhost:8080/employees`
- Done!

## License

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