Task App Backend

🗒️ Hapi v17 Node.js server for the task app
Alternatives To Task App Backend
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Drywall2,228
6 years agomitJavaScript
:construction: Project moved, see Aqua and Frame
Aqua1,391
5 years agomitJavaScript
:bulb: A website and user system starter
Rest Hapi1,16615 months ago7July 22, 202072mitJavaScript
🚀 A RESTful API generator for Node.js
Frame740
3 years ago5mitJavaScript
:bulb: A user system API starter
Appy244
a year ago49mitVue
🚀 A full stack boilerplate web app
Snowflake Hapi Openshift129
6 years ago6mitJavaScript
:snowflake: A node.js Hapi server that runs locally and on OpenShift with MongoDB and Redis
Hapi Mongodb1231941216 days ago30January 04, 20226mitJavaScript
A simple Hapi MongoDB connection plugin, accessing one or several connections pools through server or request properties
Hapi Mongo Models1049873 years ago35December 20, 20192mitJavaScript
:package: A hapi plugin for `mongo-models`
Be More Hapi8716 years ago17April 25, 20162mitJavaScript
A example site using HAPI - Built for Asyncjs talk
Appy Backend86
3 years ago7mitJavaScript
A user system to bootstrap your app.
Alternatives To Task App Backend
Select To Compare


Alternative Project Comparisons
Readme

Task app with Hapi and MongoDB

This repo is for getting started building a tech stack with core tools like Node.js, Hapi v17 and MongoDB with Mongoose ORM

Full tutorial that accompanies this code is available on Medium.

Seed some tasks

$ node src/utils/seed.js

Start server

$ npm run start

Roadmap

Tutorial notes

If you run into dyld: lazy symbol binding failed: Symbol not found error, then running npm rebuild bcrypt --build-from-source will fix it.

  • We're using Mailgun because Mandrill is too expensive for what we need right now. No sense paying more than we have to for the same thing!

  • You'll need to add a domain to your mailgun account.

  • If so inclined you can generate a super secure secret key using: node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"

Popular Hapi Projects
Popular Mongodb Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Es6
Mongodb
Tutorial
Jsonwebtoken
Mongoose
Todolist
Api Server
Hapi
Todomvc
Mailgun
Mandrill