Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# hapi-typescript-example [![Build Status](https://travis-ci.org/dwyl/hapi-typescript-example.svg?branch=master)](https://travis-ci.org/dwyl/hapi-typescript-example)
# NodeJS-Hapi TypeScript Scaffolding

Boilerplate template for node and typescript services.
A NodeJS + HapiJS(17) with Typescript Starter kit to build standard projects.

**Installation**

* *npm run setup* (install nuget packages & typings)

**Important Note**

* If working with NodeJS 10.0.0, Kindly delete the *package.lock.json* file then try *npm install*

**Run**

* *gulp build* (build ts files)
Expand All @@ -23,8 +27,9 @@ Boilerplate template for node and typescript services.
* *Jwt - authentication*
* *Mongoose - MongoDb*
* *nconf - configurations*
* *Logging - MongoDB collection based logging*
* *Unit Tests - chai + sinon + mocha*

Running on port 5000 ex: localhost:5000/api/docs
Running on port 5000 ex: localhost:5000/docs

Have fun :)
Have fun :)
Loading