Skip to content

cmdoptesc/oaktree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oaktree

Build Status

Hatch Server

The backend for Hatch. Users authenticate on Oaktree and retrieve their information upon login. Messages are sent to Oaktree and routed to other users. Push notifications are also fired from Oaktree to recipients.

screenshot

Tech Stack

  • Node.js / Express - core server
  • MongoDB / Mongoose - database
  • Azure - remote image storage (similar to Amazon S3)

Hatch utilises the asyncronous non-blocking features of JavaScript and Node.js for the core of the server. User information and basic message data are stored on a Mongo database and image data is hosted on Microsoft Azure, a cloud storage platform.

Testing

Testing is done through the Mocha Chai testing suite, and is automated through Grunt.js. It gets test coverage with Travis-CI/Coveralls.

Dependencies

  • Node.js 0.10.x
  • Express 3.x
  • Mongo DB
  • Mongoose
  • Microsoft Azure
  • Async
  • Underscore
  • Apple Push Notifications (APN)
  • pwd
  • MD5

About

API server for Hatch iOS App. Node.js, Express.js, APNS. (https://github.com/guymorita/hatch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published