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

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

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).