https://github.com/hapipal/examples
A place to find example projects built using hapi pal
https://github.com/hapipal/examples
Last synced: 9 months ago
JSON representation
A place to find example projects built using hapi pal
- Host: GitHub
- URL: https://github.com/hapipal/examples
- Owner: hapipal
- Created: 2018-04-20T04:51:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:25:46.000Z (over 3 years ago)
- Last Synced: 2025-05-05T18:22:47.566Z (12 months ago)
- Language: JavaScript
- Size: 430 KB
- Stars: 5
- Watchers: 6
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# examples
A place to find example projects built using hapi pal
## Official
### [RealWorld API](https://github.com/devinivy/hapipal-realworld-example-app)
A fully fledged application backend built with hapi pal including CRUD operations, authentication, routing, pagination, and more. The functionality implemented in this project is specified by the [RealWorld API spec](https://github.com/gothinkster/realworld/tree/master/api).
### [Fishbowl](https://github.com/devinivy/fishbowl)
A realtime game built with React and hapi pal, driven by websockets via [nes](https://github.com/hapijs/nes).
### [paldo-riddles](paldo-riddles)
Example codebase for the hapi pal [Getting Started](https://hapipal.com/getting-started) tutorial.
### [sending-emails](sending-emails)
A command-line application built with hapi pal that sends templated emails using [nodemailer](https://github.com/nodemailer/nodemailer), [vision](https://github.com/hapijs/vision), and [schmervice](https://github.com/hapipal/schmervice).
## Community
### [jeff-kilbride/haute-couture-example](https://github.com/jeff-kilbride/haute-couture-example)
A simple example demonstrating how to wire an application with [haute-couture](https://github.com/hapipal/haute-couture).