1.9.0 • Published 4 years ago

hapi-project-template v1.9.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Hapi project template

Node.js Hapi project template with MongoDB integration

Prepare for Database

  1. Run docker service
  2. Run: mongodb-start.sh to start local MongoDB server
  3. In a separate terminal window, run mongo, the MongoDB client.
  4. If this is the first time you set up a replica set, execute the command rs.initiate().
  5. Create the database databaseName (use databaseName) and the collection collectionName (db.createCollection('collectionName')).

Installation

npm install

Start project

`

  • Run: npm start
  • Or: npm run dev `

Documentation

http://localhost:3000/documentation

1.9.0

4 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago