https://github.com/danielrohers/rest-hapi
https://github.com/danielrohers/rest-hapi
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielrohers/rest-hapi
- Owner: danielrohers
- License: other
- Created: 2014-12-02T19:38:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T15:25:41.000Z (over 11 years ago)
- Last Synced: 2025-09-06T15:46:32.379Z (10 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple restful application with [node.js](http://nodejs.org) and [hapi.js](http://hapijs.com)
### Installing dependencies
> npm install
### Starting application
> npm start
**Attention:** MongoDB must be initialized before
### Requirements
[Node.js](http://nodejs.org)
[MongoDB](http://www.mongodb.com)