Skip to content

johnmcguin/hapi-ts-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hapi-ts-mongo

An application starter built on Hapi, TypeScript, and MongoDB. This is not a masterpiece by any means and has not yet been validated in production, but try it out, have fun and add do it!

Development

  • Clone down the repository.
  • Install npm modules
npm i
  • Run development server
npm run dev
  • Write features! All features written as Hapi plugins in the src/plugins directory. Make sure to export your feature plugins and add them to your src/plugins/index.ts features array

Deployment

Build the project with the following command:

npm run build:ts

Serve built project with the following command:

npm run serve

Prerequisites

  • Node.js
  • MongoDB

Built With

Contributing

PRs welcome :)

License

ISC

Releases

No releases published

Packages

No packages published