We are attempting to find an existing Node / Mongoose / Express seed as an API starting point for our MEAN projects. We love and have come accustomed to the Genesis Skeleton framework workflow, but it lacks a flexiable API server. Ideally we could incorporate the two and cteate a master starter seed!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
friendlyName: 'Update object by Id', | |
description: 'Update a salseforce object given Id and new values.', | |
extendedDescription: 'Requires authentication with username, password, and secret token.', | |
inputs: { | |
email: { | |
example: 'user@gmail.com', | |
description: 'Email address used to login to your salseforce account.', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy the app | |
error: | |
error: Rackspace Error (404): Item not found | |
error: Error output from Haibu: | |
error: | |
error: Error: Rackspace Error (404): Item not found | |
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18) | |
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// input standards | |
// --- | |
// use school id instead of literal strings | |
// when a user logs in, the App sends user info and device token | |
// the api responds with auth code, user object, and school id | |
// | |
// security concerns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jQuery Plugin Template | |
* | |
* @author Faculty Creative | |
* | |
* This plugin will init itself on elements with a class you specify. Data attrs can be used to override | |
* default options of the plugin. | |
* | |
* | |
* Insipired by Bootstrap and smashing magazine patterns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "genesis-skeleton", | |
"version": "0.0.1", | |
"dependencies": { | |
"angular": "1.0.7", | |
"angular-mocks": "~1.0.6", | |
"angular-scenario": "~1.0.6", | |
"angular-strap": "~0.7.3", | |
"bootstrap": "~2.3.1", | |
"html5shiv-dist": "~3.6.1", |
Mean.io These guys are trying to create something amazing. We are exploring this as a starting point for some of our MEAN projects.
http://webapplog.com/ Great articles written by an agile startup guy. Has a great comparison of PHP and NODEjs
-
Tower Git Client
-
Coda 2
-
Sublime 2
-
Webstorm
-
Espresso
-
NodeJS
-
Chrome
-
Chrome Livereload
-
Chrome Postman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>{{poast.created | fromNow}}</p> |
- Supports any protocol, ideally by just setting a config option or function.
- Supports
sendgrid
, which is a Heroku based app, making it super simple to get running on develop. - Won't fail, or catches errors, if any variables are missing.
- Checks for development and testing environments, and prevents email send (console.log instead)
- REUSABLE! The library itself, and maybe even the template, should be resuable across projects.
OlderNewer