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
- Host: GitHub
- URL: https://github.com/marteinn/employees-api-hy-lang
- Owner: marteinn
- Created: 2019-07-14T14:50:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T14:50:43.000Z (over 6 years ago)
- Last Synced: 2025-01-22T14:25:18.237Z (9 months ago)
- Topics: api, bottle, hylang, peewee-orm
- Language: Hy
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).