https://github.com/ryanj/hapi-base
a basic HAPI starter project
https://github.com/ryanj/hapi-base
Last synced: 9 months ago
JSON representation
a basic HAPI starter project
- Host: GitHub
- URL: https://github.com/ryanj/hapi-base
- Owner: ryanj
- Created: 2014-11-10T20:48:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T23:10:07.000Z (over 11 years ago)
- Last Synced: 2025-02-13T02:16:41.447Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A basic HAPI starter project [](https://build-shifter.rhcloud.com/job/hapi-build/) [](https://david-dm.org/ryanj/hapi-base) [](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fhapi-base.git&name=hapi)
*With support for serving easy APIs and static content*
To deploy a clone of this application using the [`rhc` command line tool](http://rubygems.org/gems/rhc):
rhc app create hapi nodejs-0.10 --from-code=https://github.com/ryanj/hapi-base.git
Or [link to a web-based clone+deploy](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fhapi-base.git) on [OpenShift Online](http://OpenShift.com) or on [your own OpenShift cloud](http://openshift.github.io):
https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fhapi-base.git
## Local Development
Install dependencies:
```bash
npm install
```
Start a local server:
```bash
npm start
```
## License
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)