Skip to content

Commit af7e4e2

Browse files
authored
Merge pull request #19 from xDAnkit/master
New Hapi changes and improved project structure
2 parents ad872aa + 6d3f905 commit af7e4e2

37 files changed

+2432
-2489
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# hapi-typescript-example [![Build Status](https://travis-ci.org/dwyl/hapi-typescript-example.svg?branch=master)](https://travis-ci.org/dwyl/hapi-typescript-example)
1+
# NodeJS-Hapi TypeScript Scaffolding
22

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

55
**Installation**
66

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

9+
**Important Note**
10+
11+
* If working with NodeJS 10.0.0, Kindly delete the *package.lock.json* file then try *npm install*
12+
913
**Run**
1014

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

28-
Running on port 5000 ex: localhost:5000/api/docs
33+
Running on port 5000 ex: localhost:5000/docs
2934

30-
Have fun :)
35+
Have fun :)

0 commit comments

Comments
 (0)