Home
Softono

Task App Backend

Open source JavaScript
14
Stars
7
Forks
1
Issues
1
Watchers
7 years
Last Commit

 About Task App Backend

๐Ÿ—’๏ธ Hapi v17 Node.js server for the task app

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Task App Backend?

We provide expert installation service for this software. Our team will install, configure, and secure Task App Backend on your server. plans start at just $30.

Task App Backend

View on GitHub

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'));"