PageRenderTime 67ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/README.md

https://gitlab.com/fuzzynemesis/hackathon-starter
Markdown | 1414 lines | 1162 code | 252 blank | 0 comment | 0 complexity | 6eed7e5d8087597f028986cb269632e9 MD5 | raw file
  1. ![Alt](https://lh4.googleusercontent.com/-PVw-ZUM9vV8/UuWeH51os0I/AAAAAAAAD6M/0Ikg7viJftQ/w1286-h566-no/hackathon-starter-logo.jpg)
  2. Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-starter/status.svg?style=flat)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](http://img.shields.io/travis/sahat/hackathon-starter.svg?style=flat)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon)
  3. =======================
  4. [![Join the chat at https://gitter.im/sahat/hackathon-starter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sahat/hackathon-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Thinkful Pair on Node](https://tf-assets-staging.s3.amazonaws.com/badges/thinkful_repo_badge.svg)](http://start.thinkful.com/node/)
  5. **Live Demo**: http://hackathonstarter.herokuapp.com
  6. Jump to [What's new in 3.0.3?](#changelog)
  7. A boilerplate for **Node.js** web applications.
  8. If you have attended any hackathons in the past, then you know how much time it takes to
  9. get a project started: decide on what to build, pick a programming language, pick a web framework,
  10. pick a CSS framework. A while later, you might have an initial project up on GitHub and only then
  11. can other team members start contributing. Or how about doing something as simple as *Sign in with Facebook*
  12. authentication? You can spend hours on it if you are not familiar with how OAuth 2.0 works.
  13. When I started this project, my primary focus was on **simplicity** and **ease of use**.
  14. I also tried to make it as **generic** and **reusable** as possible to cover most use cases of hackathon web apps,
  15. without being too specific. In the worst case you can use this as a learning guide for your projects,
  16. if for example you are only interested in **Sign in with Google** authentication and nothing else.
  17. Chances are you do not need all authentication methods or API examples. As of **Hackathon Starter 2.1**
  18. it is possible to selectively check which authentication methods you need by running `node setup.js`.
  19. <h4 align="center">Modern Theme</h4>
  20. ![](https://lh6.googleusercontent.com/-KQTmCFNK6MM/U7OZpznjDuI/AAAAAAAAERc/h3jR27Uy1lE/w1366-h1006-no/Screenshot+2014-07-02+01.32.22.png)
  21. <h4 align="center">Flatly Bootstrap Theme</h4>
  22. ![](https://lh5.googleusercontent.com/-oJ-7bSYisRY/U1a-WhK_LoI/AAAAAAAAECM/a04fVYgefzw/w1474-h1098-no/Screen+Shot+2014-04-22+at+3.08.33+PM.png)
  23. <h4 align="center">API Examples</h4>
  24. ![](https://lh5.googleusercontent.com/-BJD2wK8CvC8/VLodBsyL-NI/AAAAAAAAEx0/SafE6o_qq_I/w1818-h1186-no/Screenshot%2B2015-01-17%2B00.25.49.png)
  25. <h4 align="center">Hackathon Starter Generator</h4>
  26. ![](https://lh4.googleusercontent.com/-ncBLUzq6czE/U3KkYE0UXsI/AAAAAAAAEEM/YsZeIqOlZg8/w1288-h874-no/Screenshot+2014-05-13+19.01.15.png)
  27. Table of Contents
  28. -----------------
  29. - [Features](#features)
  30. - [Prerequisites](#prerequisites)
  31. - [Getting Started](#getting-started)
  32. - [Generator](#generator)
  33. - [Obtaining API Keys](#obtaining-api-keys)
  34. - [Project Structure](#project-structure)
  35. - [List of Packages](#list-of-packages)
  36. - [Useful Tools and Resources](#useful-tools-and-resources)
  37. - [Recommended Design Resources](#recommended-design-resources)
  38. - [Recommended Node.js Libraries](#recommended-nodejs-libraries)
  39. - [Recommended Client-side Libraries](#recommended-client-side-libraries)
  40. - [Pro Tips](#pro-tips)
  41. - [FAQ](#faq)
  42. - [How It Works](#how-it-works-mini-guides)
  43. - [Mongoose Cheatsheet](#mongoose-cheatsheet)
  44. - [Deployment](#deployment)
  45. - [Changelog](#changelog)
  46. - [Contributing](#contributing)
  47. - [License](#license)
  48. Features
  49. --------
  50. - **Local Authentication** using Email and Password
  51. - **OAuth 1.0a Authentication** via Twitter
  52. - **OAuth 2.0 Authentication** via Facebook, Google, GitHub, LinkedIn, Instagram
  53. - Flash notifications
  54. - MVC Project Structure
  55. - Node.js clusters support
  56. - Rails 3.1-style asset pipeline by connect-assets (See FAQ)
  57. - LESS stylesheets (auto-compiled without any Gulp/Grunt hassle)
  58. - Bootstrap 3 + Flat UI + iOS7
  59. - Contact Form (powered by Mailgun, Sendgrid or Mandrill)
  60. - **Account Management**
  61. - Gravatar
  62. - Profile Details
  63. - Change Password
  64. - Forgot Password
  65. - Reset Password
  66. - Link multiple OAuth strategies to one account
  67. - Delete Account
  68. - CSRF protection
  69. - **API Examples**: Facebook, Foursquare, Last.fm, Tumblr, Twitter, Stripe, LinkedIn and more.
  70. Prerequisites
  71. -------------
  72. - [MongoDB](http://www.mongodb.org/downloads)
  73. - [Node.js](http://nodejs.org)
  74. - Command Line Tools
  75. - <img src="http://deluge-torrent.org/images/apple-logo.gif" height="17">&nbsp;**Mac OS X**: [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) (or **OS X 10.9 Mavericks**: `xcode-select --install`)
  76. - <img src="http://dc942d419843af05523b-ff74ae13537a01be6cfec5927837dcfe.r14.cf1.rackcdn.com/wp-content/uploads/windows-8-50x50.jpg" height="17">&nbsp;**Windows**: [Visual Studio](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8)
  77. - <img src="https://lh5.googleusercontent.com/-2YS1ceHWyys/AAAAAAAAAAI/AAAAAAAAAAc/0LCb_tsTvmU/s46-c-k/photo.jpg" height="17">&nbsp;**Ubuntu**: `sudo apt-get install build-essential`
  78. - <img src="http://i1-news.softpedia-static.com/images/extra/LINUX/small/slw218news1.png" height="17">&nbsp;**Fedora**: `sudo dnf groupinstall "Development Tools"`
  79. - <img src="https://en.opensuse.org/images/b/be/Logo-geeko_head.png" height="17">&nbsp;**OpenSUSE**: `sudo zypper install --type pattern devel_basis`
  80. **Note:** If you are new to Node or Express, I recommend to watch
  81. [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU)
  82. screencast by Alex Ford that teaches Node and Express from scratch. Alternatively,
  83. here is another great tutorial for complete beginners - [Getting Started With Node.js, Express, MongoDB](http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/).
  84. Getting Started
  85. ---------------
  86. The easiest way to get started is to clone the repository:
  87. ```bash
  88. # Get the latest snapshot
  89. $ git clone https://github.com/sahat/hackathon-starter.git myproject
  90. $ cd myproject
  91. $ git remote rm origin
  92. # Install NPM dependencies
  93. $ npm install
  94. $ node app.js
  95. ```
  96. **Note:** I highly recommend installing [Nodemon](https://github.com/remy/nodemon).
  97. It watches for any changes in your node.js app and automatically restarts the
  98. server. Once installed, instead of `node app.js` use `nodemon app.js`. It will
  99. save you a lot of time in the long run, because you won't need to manually
  100. restart the server each time you make a small change in code. To install, run
  101. `sudo npm install -g nodemon`.
  102. Generator
  103. ---------
  104. Hackathon Starter Generator is tighly coupled to the project code. As soon as you
  105. start changing and moving things around, it will probably no longer work as
  106. expected. That is why it's best to use when you first download the project.
  107. Currently it supports switching between SendGrid, Mailgun and Mandrill email
  108. services and adding a Node.js cluster support.
  109. To get started, run: `node setup.js`.
  110. **Note:** Generator has a "destructive" behavior, it will physically
  111. modify your code. *There is no undo action.* To be on a safe side, always commit
  112. your code to Git, so you could go back and revert the changes.
  113. Obtaining API Keys
  114. ------------------
  115. To use any of the included APIs or OAuth authentication methods, you will need
  116. to obtain appropriate credentials: Client ID, Client Secret, API Key, or
  117. Username & Password. You will need to go through each provider to generate new
  118. credentials.
  119. **Hackathon Starter 2.0 Update:** I have included dummy keys and passwords for
  120. all API examples to get you up and running even faster. But don't forget to update
  121. them with *your credentials* when you are ready to deploy an app.
  122. <img src="http://images.google.com/intl/en_ALL/images/srpr/logo6w.png" width="200">
  123. - Visit [Google Cloud Console](https://cloud.google.com/console/project)
  124. - Click on the **Create Project** button
  125. - Enter *Project Name*, then click on **Create** button
  126. - Then click on *APIs & auth* in the sidebar and select *API* tab
  127. - Click on **Google+ API** under *Social APIs*, then click **Enable API**
  128. - Next, under *APIs & auth* in the sidebar click on *Credentials* tab
  129. - Click on **Create new Client ID** button
  130. - Select *Web Application* and click on **Configure Consent Screen**
  131. - Fill out the required fields then click on **Save**
  132. - In the *Create Client ID* modal dialog:
  133. - **Application Type**: Web Application
  134. - **Authorized Javascript origins**: http://localhost:3000
  135. - **Authorized redirect URI**: http://localhost:3000/auth/google/callback
  136. - Click on **Create Client ID** button
  137. - Copy and paste *Client ID* and *Client secret* keys into `config/secrets.js`
  138. **Note:** When you ready to deploy to production don't forget to
  139. add your new url to *Authorized Javascript origins* and *Authorized redirect URI*,
  140. e.g. `http://my-awesome-app.herokuapp.com` and
  141. `http://my-awesome-app.herokuapp.com/auth/google/callback` respectively.
  142. The same goes for other providers.
  143. <hr>
  144. <img src="http://www.doit.ba/img/facebook.jpg" width="200">
  145. - Visit [Facebook Developers](https://developers.facebook.com/)
  146. - Click **Apps > Create a New App** in the navigation bar
  147. - Enter *Display Name*, then choose a category, then click **Create app**
  148. - Copy and paste *App ID* and *App Secret* keys into `config/secrets.js`
  149. - *App ID* is **clientID**, *App Secret* is **clientSecret**
  150. - Click on *Settings* on the sidebar, then click **+ Add Platform**
  151. - Select **Website**
  152. - Enter `http://localhost:3000` for *Site URL*
  153. **Note:** After a successful sign in with Facebook, a user will be redirected back to home page with appended hash `#_=_` in the URL. It is *not* a bug. See this [Stack Overflow](https://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url) discussion for ways to handle it.
  154. <hr>
  155. <img src="https://github.global.ssl.fastly.net/images/modules/logos_page/GitHub-Logo.png" width="200">
  156. - Go to [Account Settings](https://github.com/settings/profile)
  157. - Select **Applications** from the sidebar
  158. - Then inside **Developer applications** click on **Register new application**
  159. - Enter *Application Name* and *Homepage URL*
  160. - For *Authorization Callback URL*: http://localhost:3000/auth/github/callback
  161. - Click **Register application**
  162. - Now copy and paste *Client ID* and *Client Secret* keys into `config/secrets.js`
  163. <hr>
  164. <img src="https://g.twimg.com/Twitter_logo_blue.png" width="90">
  165. - Sign in at [https://apps.twitter.com/](https://apps.twitter.com/)
  166. - Click **Create a new application**
  167. - Enter your application name, website and description
  168. - For **Callback URL**: http://127.0.0.1:3000/auth/twitter/callback
  169. - Go to **Settings** tab
  170. - Under *Application Type* select **Read and Write** access
  171. - Check the box **Allow this application to be used to Sign in with Twitter**
  172. - Click **Update this Twitter's applications settings**
  173. - Copy and paste *Consumer Key* and *Consumer Secret* keys into `config/secrets.js`
  174. <hr>
  175. <img src="http://www.danpontefract.com/wp-content/uploads/2014/02/logo-linkedin.png" width="200">
  176. - Sign in at [LinkedIn Developer Network](http://developer.linkedin.com/)
  177. - From the account name dropdown menu select **API Keys**
  178. - *It may ask you to sign in once again*
  179. - Click **+ Add New Application** button
  180. - Fill out all the *required* fields
  181. - **OAuth 2.0 Redirect URLs**: http://localhost:3000/auth/linkedin/callback
  182. - **JavaScript API Domains**: http://localhost:3000
  183. - For **Default Application Permissions** make sure at least the following is checked:
  184. - `r_basicprofile`
  185. - Finish by clicking **Add Application** button
  186. - Copy and paste *API Key* and *Secret Key* keys into `config/secrets.js`
  187. - *API Key* is your **clientID**
  188. - *Secret Key* is your **clientSecret**
  189. <hr>
  190. <img src="https://s3.amazonaws.com/venmo/venmo_logo_blue.png" width="200">
  191. - Visit the **Account** section of your Venmo profile after logging in
  192. - Click on the **Developers** tab
  193. - Then click on the [new](https://venmo.com/account/app/new) link next to **Your Applications (0)**
  194. - Fill in the required fields: *App Name* and *What Will The App Be Used For?*
  195. - For **Web Redirect URL** enter: http://localhost:3000/auth/venmo/callback
  196. - Hit **Create** button
  197. - Back on the **Developers** tab click on **view** link next to **Your Applications (1) new**
  198. - Copy and paste **ID** and **Secret** keys into `config/secrets.js`
  199. <hr>
  200. <img src="https://stripe.com/img/about/logos/logos/black@2x.png" width="200">
  201. - [Sign up](http://stripe.com) or log into your [dashboard](https://manage.stripe.com)
  202. - Click on your profile and click on Account Settings
  203. - Then click on [API Keys](https://manage.stripe.com/account/apikeys)
  204. - Copy the **Secret Key**. and add this into `config/secrets.js`
  205. <hr>
  206. <img src="https://www.paypalobjects.com/webstatic/developer/logo_paypal-developer_beta.png" width="200">
  207. - Visit [PayPal Developer](https://developer.paypal.com/)
  208. - Log in to your PayPal account
  209. - Click **Applications > Create App** in the navigation bar
  210. - Enter *Application Name*, then click **Create app**
  211. - Copy and paste *Client ID* and *Secret* keys into `config/secrets.js`
  212. - *App ID* is **client_id**, *App Secret* is **client_secret**
  213. - Change **host** to api.paypal.com if you want to test against production and use the live credentials
  214. <hr>
  215. <img src="https://playfoursquare.s3.amazonaws.com/press/2014/foursquare-logomark.png" width="200">
  216. - Go to [foursquare for Developers](https://developer.foursquare.com/)
  217. - Click on **My Apps** in the top menu
  218. - Click the **Create A New App** button
  219. - Enter *App Name*, *Welcome page url*,
  220. - For **Redirect URI**: http://localhost:3000/auth/foursquare/callback
  221. - Click **Save Changes**
  222. - Copy and paste *Client ID* and *Client Secret* keys into `config/secrets.js`
  223. <hr>
  224. <img src="http://img4.wikia.nocookie.net/__cb20130520163346/logopedia/images/8/8d/Tumblr_logo_by_x_1337_x-d5ikwpp.png" width="200">
  225. - Go to http://www.tumblr.com/oauth/apps
  226. - Once signed in, click **+Register application**
  227. - Fill in all the details
  228. - For **Default Callback URL**: http://localhost:3000/auth/tumblr/callback
  229. - Click **Register**
  230. - Copy and paste *OAuth consumer key* and *OAuth consumer secret* keys into `config/secrets.js`
  231. <hr>
  232. <img src="http://www.technologytell.com/gaming/files/2012/01/steam_logo.jpg" width="200">
  233. - Go to http://steamcommunity.com/dev/apikey
  234. - Sign in with your existing Steam account
  235. - Enter your *Domain Name*, then and click **Register**
  236. - Copy and paste *Key* into `config/secrets.js`
  237. <hr>
  238. <img src="http://iandouglas.com/presentations/pyconca2012/logos/sendgrid_logo.png" width="200">
  239. - Go to https://sendgrid.com/user/signup
  240. - Sign up and **confirm** your account via the *activation email*
  241. - Then enter your SendGrid *Username* and *Password* into `config/secrets.js`
  242. <hr>
  243. <img src="https://raw.github.com/mailgun/media/master/Mailgun_Primary.png" width="200">
  244. - Go to http://www.mailgun.com
  245. - Sign up and add your *Domain Name*
  246. - From the domain overview, copy and paste the default SMTP *Login* and *Password* into `config/secrets.js`
  247. <hr>
  248. <img src="http://cdn.appstorm.net/web.appstorm.net/web/files/2013/12/mandrill-logo.png" width="100">
  249. - Go to http://mandrill.com
  250. - Sign up and add your *Domain Name*
  251. - From the dashboard, click on *Get SMTP credentials*
  252. - Copy and paste the default SMTP *Login* and *Password* into `config/secrets.js`
  253. <hr>
  254. <img src="https://www.bitgo.com/img/new_bitgo/logo_footer.png" width="200">
  255. - Go to https://test.bitgo.com/
  256. - Sign up for an account.
  257. - Once logged into the dashboard, go to the top right selector and click 'account settings'
  258. - Under the developers tab, create your access token and copy and paste it into `config/secrets.js`
  259. Project Structure
  260. -----------------
  261. | Name | Description |
  262. | ---------------------------------- | ------------------------------------------------------------ |
  263. | **config**/passport.js | Passport Local and OAuth strategies, plus login middleware. |
  264. | **config**/secrets.js | Your API keys, tokens, passwords and database URL. |
  265. | **controllers**/api.js | Controller for /api route and all api examples. |
  266. | **controllers**/contact.js | Controller for contact form. |
  267. | **controllers**/home.js | Controller for home page (index). |
  268. | **controllers**/user.js | Controller for user account management. |
  269. | **models**/User.js | Mongoose schema and model for User. |
  270. | **public**/ | Static assets (fonts, css, js, img). |
  271. | **public**/**js**/application.js | Specify client-side JavaScript dependencies. |
  272. | **public**/**js**/main.js | Place your client-side JavaScript here. |
  273. | **public**/**css**/main.less | Main stylesheet for your app. |
  274. | **public/css/themes**/default.less | Some Bootstrap overrides to make it look prettier. |
  275. | **views/account**/ | Templates for *login, password reset, signup, profile*. |
  276. | **views/api**/ | Templates for API Examples. |
  277. | **views/partials**/flash.jade | Error, info and success flash notifications. |
  278. | **views/partials**/header.jade | Navbar partial template. |
  279. | **views/partials**/footer.jade | Footer partial template. |
  280. | **views**/layout.jade | Base template. |
  281. | **views**/home.jade | Home page template. |
  282. | app.js | Main application file. |
  283. | setup.js | Tool for removing authentication providers and other things. |
  284. **Note:** There is no preference how you name or structure your views.
  285. You could place all your templates in a top-level `views` directory without
  286. having a nested folder structure, if that makes things easier for you.
  287. Just don't forget to update `extends ../layout` and corresponding
  288. `res.render()` paths in controllers.
  289. List of Packages
  290. ----------------
  291. | Package | Description |
  292. | ------------------------------- | --------------------------------------------------------------------- |
  293. | async | Utility library that provides asynchronous control flow. |
  294. | bcrypt-nodejs | Library for hashing and salting user passwords. |
  295. | bitgo | Multi-sig Bitcoin wallet API. |
  296. | cheerio | Scrape web pages using jQuery-style syntax. |
  297. | clockwork | Clockwork SMS API library. |
  298. | connect-assets | Compiles LESS stylesheets, concatenates & minifies JavaScript. |
  299. | connect-mongo | MongoDB session store for Express. |
  300. | csso | Dependency for connect-assets library to minify CSS. |
  301. | express | Node.js web framework. |
  302. | body-parser | Express 4 middleware. |
  303. | cookie-parser | Express 4 middleware. |
  304. | express-session | Express 4 middleware. |
  305. | morgan | Express 4 middleware. |
  306. | multer | Express 4 middleware. |
  307. | compression | Express 4 middleware. |
  308. | errorhandler | Express 4 middleware. |
  309. | method-override | Express 4 middleware. |
  310. | serve-favicon | Express 4 middleware offering favicon serving and caching. |
  311. | express-flash | Provides flash messages for Express. |
  312. | express-validator | Easy form validation for Express. |
  313. | fbgraph | Facebook Graph API library. |
  314. | github-api | GitHub API library. |
  315. | jade | Template engine for Express. |
  316. | lastfm | Last.fm API library. |
  317. | instagram-node | Instagram API library. |
  318. | less | LESS compiler. Used implicitly by connect-assets. |
  319. | lob | Lob API library |
  320. | lusca | CSRF middleware. |
  321. | mongoose | MongoDB ODM. |
  322. | node-foursquare | Foursquare API library. |
  323. | node-linkedin | LinkedIn API library. |
  324. | nodemailer | Node.js library for sending emails. |
  325. | passport | Simple and elegant authentication library for node.js |
  326. | passport-facebook | Sign-in with Facebook plugin. |
  327. | passport-github | Sign-in with GitHub plugin. |
  328. | passport-google-oauth | Sign-in with Google plugin. |
  329. | passport-twitter | Sign-in with Twitter plugin. |
  330. | passport-instagram | Sign-in with Instagram plugin. |
  331. | passport-local | Sign-in with Username and Password plugin. |
  332. | passport-linkedin-oauth2 | Sign-in with LinkedIn plugin. |
  333. | passport-oauth | Allows you to set up your own OAuth 1.0a and OAuth 2.0 strategies. |
  334. | paypal-rest-sdk | PayPal APIs library. |
  335. | request | Simplified HTTP request library. |
  336. | stripe | Offical Stripe API library. |
  337. | tumblr.js | Tumblr API library. |
  338. | twilio | Twilio API library. |
  339. | twit | Twitter API library. |
  340. | lodash | Handy JavaScript utlities library. |
  341. | uglify-js | Dependency for connect-assets library to minify JS. |
  342. | validator | Used in conjunction with express-validator in **controllers/api.js**. |
  343. | mocha | Test framework. |
  344. | chai | BDD/TDD assertion library. |
  345. | supertest | HTTP assertion library. |
  346. | multiline | Multi-line strings for the generator. |
  347. | blessed | Interactive command line interface for the generator. |
  348. | yui | Used by the Yahoo API example. |
  349. Useful Tools and Resources
  350. --------------------------
  351. - [JSDB.io](http://www.jsdb.io) - The Database of JavaScript Libraries
  352. - [JS Recipes](http://sahatyalkabov.com/jsrecipes) - JavaScript tutorials for backend and frontend development.
  353. - [Jade Syntax Documentation by Example](http://naltatis.github.io/jade-syntax-docs/#attributes) - Even better than official Jade docs.
  354. - [HTML to Jade converter](http://html2jade.aaron-powell.com) - Extremely valuable when you need to quickly copy and paste HTML snippets from the web.
  355. - [JavascriptOO](http://www.javascriptoo.com/) - A directory of JavaScript libraries with examples, CDN links, statistics, and videos.
  356. - [Favicon Generator](http://realfavicongenerator.net/) - Generate favicons for PC, Android, iOS, Windows 8.
  357. Recommended Design Resources
  358. ----------------------------
  359. - [Code Guide](http://codeguide.co/) - Standards for developing flexible, durable, and sustainable HTML and CSS.
  360. - [Bootsnipp](http://bootsnipp.com/) - Code snippets for Bootstrap.
  361. - [UIBox](http://www.uibox.in) - Curated HTML, CSS, JS, UI components.
  362. - [Bootstrap Zero](http://bootstrapzero.com/) - Free Bootstrap templates themes.
  363. - [Google Bootstrap](http://todc.github.io/todc-bootstrap/) - Google-styled theme for Bootstrap.
  364. - [Font Awesome Icons](http://fortawesome.github.io/Font-Awesome/icons/) - It's already part of the Hackathon Starter, so use this page as a reference.
  365. - [Colors](http://clrs.cc) - A nicer color palette for the web.
  366. - [Creative Button Styles](http://tympanus.net/Development/CreativeButtons/) - awesome button styles.
  367. - [Creative Link Effects](http://tympanus.net/Development/CreativeLinkEffects/) - Beautiful link effects in CSS.
  368. - [Medium Scroll Effect](http://codepen.io/andreasstorm/pen/pyjEh) - Fade in/out header background image as you scroll.
  369. - [GeoPattern](https://github.com/btmills/geopattern) - SVG background pattern generator.
  370. - [Trianglify](https://github.com/qrohlf/trianglify) - SVG low-poly background pattern generator.
  371. Recommended Node.js Libraries
  372. -----------------------------
  373. - [Nodemon](https://github.com/remy/nodemon) - Automatically restart Node.js server on code changes.
  374. - [geoip-lite](https://github.com/bluesmoon/node-geoip) - Geolocation coordinates from IP address.
  375. - [Filesize.js](http://filesizejs.com/) - Pretty file sizes, e.g. `filesize(265318); // "265.32 kB"`.
  376. - [Numeral.js](http://numeraljs.com) - Library for formatting and manipulating numbers.
  377. - [Node Inspector](https://github.com/node-inspector/node-inspector) - Node.js debugger based on Chrome Developer Tools.
  378. - [node-taglib](https://github.com/nikhilm/node-taglib) - Library for reading the meta-data of several popular audio formats.
  379. - [sharp](https://github.com/lovell/sharp) - Node.js module for resizing JPEG, PNG, WebP and TIFF images.
  380. Recommended Client-side Libraries
  381. ---------------------------------
  382. - [Framework7](http://www.idangero.us/framework7) - Full Featured HTML Framework For Building iOS7 Apps.
  383. - [InstantClick](http://instantclick.io) - Makes your pages load instantly by pre-loading them on mouse hover.
  384. - [NProgress.js](https://github.com/rstacruz/nprogress) - Slim progress bars like on YouTube and Medium.
  385. - [Hover](https://github.com/IanLunn/Hover) - Awesome CSS3 animations on mouse hover.
  386. - [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/) - Responsive jQuery Lightbox Plugin.
  387. - [jQuery Raty](http://wbotelhos.com/raty/) - Star Rating Plugin.
  388. - [Headroom.js](http://wicky.nillia.ms/headroom.js/) - Hide your header until you need it.
  389. - [X-editable](http://vitalets.github.io/x-editable/) - Edit form elements inline.
  390. - [Offline.js](http://github.hubspot.com/offline/docs/welcome/) - Detect when user's internet connection goes offline.
  391. - [Alertify.js](http://fabien-d.github.io/alertify.js/) - Sweet looking alerts and browser dialogs.
  392. - [selectize.js](http://brianreavis.github.io/selectize.js/) - Styleable select elements and input tags.
  393. - [drop.js](http://github.hubspot.com/drop/docs/welcome/) - Powerful Javascript and CSS library for creating dropdowns and other floating displays.
  394. - [scrollReveal.js](https://github.com/julianlloyd/scrollReveal.js) - Declarative on-scroll reveal animations.
  395. Pro Tips
  396. --------
  397. - When installing an NPM package, add a *--save* flag, and it will be automatically
  398. added to `package.json` as well. For example, `npm install --save moment`.
  399. - Use [async.parallel()](https://github.com/caolan/async#parallel) when you need to run multiple
  400. asynchronous tasks, and then render a page, but only when all tasks are completed. For example, you might
  401. want to scrape 3 different websites for some data and render the results in a template
  402. after all 3 websites have been scraped.
  403. - Need to find a specific object inside an Array? Use [_.find](http://lodash.com/docs#find)
  404. function from Lodash. For example, this is how you would retrieve a
  405. Twitter token from database: `var token = _.find(req.user.tokens, { kind: 'twitter' });`,
  406. where 1st parameter is an array, and a 2nd parameter is an object to search for.
  407. FAQ
  408. ---
  409. ### Why do I get `403 Error: Forbidden` when submitting a form?
  410. You need to add the following hidden input element to your form. This has been
  411. added in the [pull request #40](https://github.com/sahat/hackathon-starter/pull/40)
  412. as part of the CSRF protection.
  413. ```
  414. input(type='hidden', name='_csrf', value=_csrf)
  415. ```
  416. **Note:** It is now possible to whitelist certain URLs. In other words you can
  417. specify a list of routes that should bypass CSRF verification check.
  418. **Note 2:** To whitelist dynamic URLs use regular expression tests inside the
  419. CSRF middleware to see if `req.originalUrl` matches your desired pattern.
  420. ### What is cluster_app.js?
  421. **Note**: It is now part of the generator as of **v2.1**.
  422. From the [Node.js Documentation](http://nodejs.org/api/cluster.html#cluster_how_it_works):
  423. > A single instance of Node runs in a single thread. To take advantage of multi-core systems
  424. > the user will sometimes want to launch a cluster of Node processes to handle the load.
  425. > The cluster module allows you to easily create child processes that all share server ports.
  426. Running `cluster_app.js` allows you to take advantage of this feature by forking
  427. a process of `app.js` for each detected CPU. For the majority of applications
  428. serving HTTP requests, this is a nice benefit. However, the cluster module is
  429. still in experimental stage, therefore it should only be used after understanding
  430. its purpose and behavior. To use it, simply run `node cluster_app.js`.
  431. **Its use is entirely optional and `app.js` is not tied in any way to it**.
  432. As a reminder, if you plan to use `cluster_app.js` instead of `app.js`,
  433. be sure to indicate that in `package.json` when you are ready to deploy your app.
  434. ### What is this Rails 3.1-style asset pipeline that you mentioned under Features?
  435. This is how you typically define static files inside HTML, Jade or any template
  436. for that matter:
  437. ```jade
  438. link(href='/css/styles.css', rel='stylesheet')
  439. script(src='/js/lib/jquery-2.1.0.min.js')
  440. script(src='/js/lib/bootstrap.min.js')
  441. script(src='/js/main.js')
  442. ```
  443. Simple enough right? But wouldn't it be nice to have it just like that in
  444. development mode, but when you deploy your app to production, have it minified
  445. and concatenated into a single file automatically without any extra effort on
  446. your part?
  447. ```jade
  448. link(href='/css/styles.css', rel='stylesheet')
  449. script(src='/js/application.js')
  450. ```
  451. As soon as you start bringing in more JavaScript libraries, the benefits of
  452. concatenating and minifying JavaScript files will be even greater. Using
  453. **connect-assets** library, it is as as simple as declaring these two lines:
  454. ```
  455. != css('styles') // expects public/css/styles.less
  456. != js('application') // expects public/js/application.js
  457. ```
  458. **Tip:** We can use `css` and `js` functions in Jade templates because in
  459. **connect-assets** middleware options we have added this line: `helperContext: app.locals`.
  460. The only thing you need to remember is to define your JavaScript files inside
  461. `public/js/application.js` using this strange syntax notation (Sprockets-style)
  462. borrowed from Rails. I know it's an extra thing to learn for someone who has
  463. never seen Rails asset pipeline before, but in this case, I think benefits
  464. outweigh the cost.
  465. ```js
  466. //= require lib/jquery-2.1.0.min
  467. //= require lib/bootstrap.min
  468. //= require main
  469. ```
  470. Using this approach, when working in development mode, **connect-assets** will
  471. load each file individually, without minifying or concatenating anything.
  472. When you deploy your app, it will run in production mode, and so **connect-assets**
  473. will automatically serve a single concatenated & minified `application.js`.
  474. For more information see [Sprockets-style concatenation](https://github.com/adunkman/connect-assets/#sprockets-style-concatenation)
  475. section.
  476. ### I am getting MongoDB Connection Error, how do I fix it?
  477. That's a custom error message defined in `app.js` to indicate that there was a
  478. problem connecting to MongoDB:
  479. ```js
  480. mongoose.connection.on('error', function() {
  481. console.error('✗ MongoDB Connection Error. Please make sure MongoDB is running.');
  482. });
  483. ```
  484. You need to have a MongoDB server running before launching `app.js`. You can
  485. download MongoDB [here](mongodb.org/downloads), or install it via a package manager.
  486. <img src="http://dc942d419843af05523b-ff74ae13537a01be6cfec5927837dcfe.r14.cf1.rackcdn.com/wp-content/uploads/windows-8-50x50.jpg" height="17">
  487. Windows users, read [Install MongoDB on Windows](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/).
  488. **Tip:** If you are always connected to the internet, you could just use
  489. [MongoLab](https://mongolab.com/) or [Compose](https://www.compose.io/) instead
  490. of downloading and installing MongoDB locally. You will only need to update the
  491. `db` property in `config/secrets.js`.
  492. ### I get an error when I deploy my app, why?
  493. Chances are you haven't changed the *Database URI* in `secrets.js`. If `db` is
  494. set to `localhost`, it will only work on your machine as long as MongoDB is
  495. running. When you deploy to Heroku, OpenShift or some other provider, you will not have MongoDB
  496. running on `localhost`. You need to create an account with [MongoLab](http://mongolab.com)
  497. or [Compose](https://www.compose.io/), then create a free tier database.
  498. See [Deployment](#deployment) for more information on how to setup an account
  499. and a new database step-by-step with MongoLab.
  500. ### Why Jade instead of Handlebars?
  501. When I first started this project I didn't have any experience with Handlebars. Since then I have worked on Ember.js apps and got myself familiar with the Handlebars syntax. While it is true Handlebars is easier, because it looks like good old HTML, I have no regrets picking Jade over Handlebars. First off, it's the default template engine in Express, so someone who has built Express apps in the past already knows it. Secondly, I find `extends` and `block` to be indispensable, which as far as I know, Handlebars does not have out of the box. And lastly, subjectively speaking, Jade looks much cleaner and shorter than Handlebars, or any non-HAML style for that matter.
  502. ### Why do you have all routes defined in app.js?
  503. For the sake of simplicity. While there might be a better approach,
  504. such as passing `app` context to each controller as outlined in this
  505. [blog](http://timstermatic.github.io/blog/2013/08/17/a-simple-mvc-framework-with-node-and-express/),
  506. I find such style to be confusing for beginners.
  507. It took me a long time to grasp the concept of `exports` and `module.exports`,
  508. let alone having a global `app` reference in other files.
  509. That to me is a backward thinking.
  510. The `app.js` is the "heart of the app", it should be the one referencing
  511. models, routes, controllers, etc.
  512. When working solo on small projects I actually prefer to have everything inside `app.js` as is the case with [this]((https://github.com/sahat/ember-sass-express-starter/blob/master/app.js))
  513. REST API server.
  514. ### I don't need a sticky footer, can I delete it?
  515. Absolutely. But unlike a regular footer there is a bit more work involved.
  516. First, delete `#wrap` and `#footer` ID selectors and `html, body { height: 100%; }`
  517. from **styles.less**. Next, delete `#wrap` and `#footer` lines from **layout.jade**
  518. (By the way, if no element is specified before class or id, Jade assumes it is
  519. a `div` element). Don't forget to indent everything under `#wrap` to the left
  520. once, since this project uses two spaces per block indentation.
  521. ### Why is there no Mozilla Persona as a sign-in option?
  522. If you would like to use **Persona** authentication strategy, use the
  523. [pull request #64](https://github.com/sahat/hackathon-starter/pull/64) as a
  524. reference guide. I have explained my reasons why it could not be merged in
  525. [issue #63](https://github.com/sahat/hackathon-starter/issues/63#issuecomment-34898290).
  526. ### How do I switch SendGrid for another email delivery service?
  527. Run `node setup.js` bundled with Hackathon Starter, then select
  528. **Email Service** option. It will automatically replace appropriate strings in
  529. your code. Currently there are three options: SendGrid, Mandrill, and Mailgun.
  530. ### Can I use Sass instead of LESS stylesheets?
  531. Yes you can! Although you will have to manually convert all existing stylesheets
  532. to Sass, which shouldn't be too hard considering how similar Sass and LESS are.
  533. Simply rename `styles.less` to `styles.scss` and **connect-assets** will
  534. automatically use Sass preprocessor.
  535. Your are not limited to just Sass *or* LESS, you could use both if you want to.
  536. In **layout.jade** simply specify LESS and Sass stylesheets separately:
  537. ```jade
  538. != css('styles') # public/css/styles.less
  539. != css('my_sass_styles') # public/css/my_sass_styles.scss
  540. ```
  541. And as I already mentioned you do not need to specify the file extension,
  542. **connect-assets** will automatically figure out which CSS preprocessor to use
  543. based on the filetype.
  544. **Note:** I did not include `node-sass` module in *package.json*, so you will
  545. have to install it yourself by running `npm install --save node-sass`.
  546. How It Works (mini guides)
  547. --------------------------
  548. This section is intended for giving you a detailed explanation about
  549. how a particular functionality works. Maybe you are just curious about
  550. how it works, or maybe you are lost and confused while reading the code,
  551. I hope it provides some guidance to you.
  552. ###Custom HTML and CSS Design 101
  553. [HTML5 UP](http://html5up.net/) has many beautiful templates that you can download for free.
  554. When you download the ZIP file, it will come with *index.html*, *images*, *css* and *js* folders. So, how do you
  555. integrate it with Hackathon Starter? Hackathon Starter uses Bootstrap CSS framework, but these templates do not.
  556. Trying to use both CSS files at the same time will likely result in undesired effects.
  557. **Note:** Using the custom templates approach, you should understand that you cannot reuse any of the views I have created: layout, home page, api browser, login, signup, account management, contact. Those views were built using Bootstrap grid and styles. You will have to manually update the grid using a different syntax provided in the template. **Having said that, you can mix and match if you want to do so: Use Bootstrap for main app interface, and a custom template for a landing page.**
  558. Let's start from the beginning. For this example I will use [Escape Velocity](http://html5up.net/escape-velocity/) template:
  559. ![Alt](http://html5up.net/uploads/images/escape-velocity.jpg)
  560. **Note:** For the sake of simplicity I will only consider `index.html`, and skip `left-sidebar.html`,
  561. `no-sidebar.html`, `right-sidebar.html`.
  562. Move all javascript files from `html5up-escape-velocity/js` to `public/js`. Then move all css files from `html5up-escape-velocity/css` to `public/css`. And finally, move all images from `html5up-escape-velocity/images` to `public/images` (You could move it to the existing **img** folder, but then you would have to manually change every `img` reference). Grab the contents of `index.html` and paste it into [HTML To Jade](http://html2jade.aaron-powell.com/).
  563. Create a new file `escape-velocity.jade` and paste the Jade markup in `views` folder.
  564. Whenever you see the code `res.render('account/login')` - that means it will search for `views/account/login.jade` file.
  565. Let's see how it looks. Create a new controller **escapeVelocity** inside `controllers/home.js`:
  566. ```js
  567. exports.escapeVelocity = function(req, res) {
  568. res.render('escape-velocity', {
  569. title: 'Landing Page'
  570. });
  571. };
  572. ```
  573. And then create a route in `app.js`. I placed it right after the index controller:
  574. ```js
  575. app.get('/escape-velocity', homeController.escapeVelocity);
  576. ```
  577. Restart the server (if you are not using **nodemon**), then you should see the new template at [http://localhost:3000/escape-velocity](http://localhost:3000/escape-velocity).
  578. I will stop right here, but if you would like to use this template as more than just a single page, take a look at how these Jade templates work: `layout.jade` - base template, `index.jade` - home page, `partials/header.jade` - Bootstrap navbar, `partials/footer.jade` - sticky footer. You will have to manually break it apart into smaller pieces. Figure out which part of the template you want to keep the same on all pages - that's your new `layout.jade`.
  579. Then, each page that changes, be it `index.jade`, `about.jade`, `contact.jade`
  580. will be embedded in your new `layout.jade` via `block content`. Use existing templates as a reference.
  581. This is a rather lengthy process, and templates you get from elsewhere,
  582. might have yet another grid system. That's why I chose *Bootstrap* for the Hackathon Starter.
  583. Many people are already familiar with *Bootstrap*, plus it's easy to get started with it if you have never used *Bootstrap*.
  584. You can also buy many beautifully designed *Bootstrap* themes at [Themeforest](http://themeforest.net/), and use them as a drop-in replacement for Hackathon Starter. However, if you would like to go with a completely custom HTML/CSS design, this should help you to get started!
  585. <hr>
  586. ### How do flash messages work in this project?
  587. Flash messages allow you to display a message at the end of the request and access
  588. it on next request and only next request. For instance, on a failed login attempt, you would
  589. display an alert with some error message, but as soon as you refresh that page or visit a different
  590. page and come back to the login page, that error message will be gone. It is only displayed once.
  591. This project uses *express-flash* module for flash messages. And that
  592. module is built on top of *connect-flash*, which is what I used in
  593. this project initially. With *express-flash* you don't have to
  594. explicity send a flash message to every view inside `res.render()`.
  595. All flash messages are available in your views via `messages` object by default,
  596. thanks to *express-flash*.
  597. Flash messages have a two-step process. You use `req.flash('errors', { msg: 'Error messages goes here' }`
  598. to create a flash message in your controllers, and then display them in your views:
  599. ```jade
  600. if messages.errors
  601. .alert.alert-danger.fade.in
  602. for error in messages.errors
  603. div= error.msg
  604. ```
  605. In the first step, `'errors'` is the name of a flash message, which should match the
  606. name of the property on `messages` object in your views. You place alert messages
  607. inside `if message.errors` because you don't want to show them flash messages are actually present.
  608. The reason why you pass an error like `{ msg: 'Error messages goes here' }` instead
  609. of just a string - `'Error messages goes here'`, is for the sake of consistency.
  610. To clarify that, *express-validator* module which is used for validating and sanitizing user's input,
  611. returns all errors as an array of objects, where each object has a `msg` property with a message
  612. why an error has occurred. Here is a more general example of what express-validator returns when there are errors present:
  613. ```js
  614. [
  615. { param: "name", msg: "Name is required", value: "<received input>" },
  616. { param: "email", msg: "A valid email is required", value: "<received input>" }
  617. ]
  618. ```
  619. To keep consistent with that style, you should pass all flash messages
  620. as `{ msg: 'My flash message' }` instead of a string. Otherwise you will just see an alert box
  621. without an error message. That is because, in **partials/flash.jade** template it will try to output
  622. `error.msg` (i.e. `"My flash message".msg`), in other words it will try to call a `msg` method on a *String* object,
  623. which will return *undefined*. Everything I just mentioned about errors, also applies
  624. to "info" and "success" flash messages, and you could even create a new one yourself, such as:
  625. **Data Usage Controller (Example)**
  626. ```
  627. req.flash('warning', { msg: 'You have exceeded 90% of your data usage' });
  628. ```
  629. **User Account Page (Example)**
  630. ```jade
  631. if messages.warning
  632. .alert.alert-warning.fade.in
  633. for warning in messages.warning
  634. div= warning.msg
  635. ```
  636. `partials/flash.jade` is a partial template that contains how flash messages
  637. are formatted. Previously, flash
  638. messages were scattered throughout each view that used flash messages
  639. (contact, login, signup, profile), but now, thankfully it is uses a *DRY* approach.
  640. The flash messages partial template is *included* in the `layout.jade`, along with footer and navigation.
  641. ```jade
  642. body
  643. #wrap
  644. include partials/navigation
  645. .container
  646. include partials/flash
  647. block content
  648. include partials/footer
  649. ```
  650. If you have any further questions about flash messages,
  651. please feel free to open an issue and I will update this mini-guide accordingly,
  652. or send a pull request if you would like to include something that I missed.
  653. <hr>
  654. ### How do I create a new page?
  655. A more correct way to be to say "How do I create a new route". The main file `app.js` contains all the routes.
  656. Each route has a callback function associated with it. Sometimes you will see 3 or more arguments
  657. to routes. In cases like that, the first argument is still a URL string, while middle arguments
  658. are what's called middleware. Think of middleware as a door. If this door prevents you from
  659. continuing forward, you won't get to your callback function. One such example is a route that requires authentication.
  660. ```js
  661. app.get('/account', passportConf.isAuthenticated, userController.getAccount);
  662. ```
  663. It always goes from left to right. A user visits `/account` page. Then `isAuthenticated` middleware
  664. checks if you are authenticated:
  665. ```js
  666. exports.isAuthenticated = function(req, res, next) {
  667. if (req.isAuthenticated()) {
  668. return next();
  669. }
  670. res.redirect('/login');
  671. };
  672. ```
  673. If you are authenticated, you let this visitor pass through your "door" by calling `return next();`. It then proceeds to the
  674. next middleware until it reaches the last argument, which is a callback function that typically renders a template on `GET` requests or redirects on `POST` requests. In this case, if you are authenticated, you will be redirected to *Account Management* page, otherwise you will be redirected to *Login* page.
  675. ```js
  676. exports.getAccount = function(req, res) {
  677. res.render('account/profile', {
  678. title: 'Account Management'
  679. });
  680. };
  681. ```
  682. Express.js has `app.get`, `app.post`, `app.put`, `app.delete`, but for the most part you will only use the first two HTTP verbs, unless you are building a RESTful API.
  683. If you just want to display a page, then use `GET`, if you are submitting a form, sending a file then use `POST`.
  684. Here is a typical workflow for adding new routes to your application. Let's say we are building
  685. a page that lists all books from database.
  686. **Step 1.** Start by defining a route.
  687. ```js
  688. app.get('/books', bookController.getBooks);
  689. ```
  690. ---
  691. **Note:** As of Express 4.x you can define you routes like so:
  692. ```js
  693. app.route('/books')
  694. .get(bookController.getBooks)
  695. .post(bookController.createBooks)
  696. .put(bookController.updateBooks)
  697. .delete(bookController.deleteBooks)
  698. ```
  699. And here is how a route would look if it required an *authentication* and an *authorization* middleware:
  700. ```js
  701. app.route('/api/twitter')
  702. .all(passportConf.isAuthenticated)
  703. .all(passportConf.isAuthorized)
  704. .get(apiController.getTwitter);
  705. .post(apiController.postTwitter)
  706. ```
  707. Use whichever style that makes sense to you. Either one is acceptable. I really think that chaining HTTP verbs on
  708. `app.route` is very clean and elegant approach, but on the other hand I can no longer see all my routes at a glance
  709. when you have one route per line.
  710. **Step 2.** Create a new schema and a model `Book.js` inside the *models* directory.
  711. ```js
  712. var bookSchema = new mongoose.Schema({
  713. name: String
  714. });
  715. var Book = mongoose.model('Book', bookSchema);
  716. module.exports = Book;
  717. ```
  718. **Step 3.** Create a new controller file called `book.js` inside the *controllers* directory.
  719. ```js
  720. /**
  721. * GET /books
  722. * List all books.
  723. */
  724. var Book = require('../models/Book.js');
  725. exports.getBooks = function(req, res) {
  726. Book.find(function(err, docs) {
  727. res.render('books', { books: docs });
  728. });
  729. };
  730. ```
  731. **Step 4.** Import that controller in `app.js`.
  732. ```js
  733. var bookController = require('./controllers/book');
  734. ```
  735. **Step 5.** Create `books.jade` template.
  736. ```jade
  737. extends layout
  738. block content
  739. .page-header
  740. h3 All Books
  741. ul
  742. for book in books
  743. li= book.name
  744. ```
  745. That's it! I will say that you could have combined Step 1, 2, 3 as following:
  746. ```js
  747. app.get('/books', function(req, res) {
  748. Book.find(function(err, docs) {
  749. res.render('books', { books: docs });
  750. });
  751. });
  752. ```
  753. Sure, it's simpler, but as soon as you pass 1000 lines of code in `app.js` it becomes a little difficult to navigate the file.
  754. I mean, the whole point of this boilerplate project was to separate concerns, so you could
  755. work with your teammates without running into *MERGE CONFLICTS*. Imagine you have 4 developers
  756. working on a single `app.js`, I promise you it won't be fun resolving merge conflicts all the time.
  757. If you are the only developer then it's fine. But as I said, once it gets up to a certain LoC size, it becomes
  758. difficult to maintain everything in a single file.
  759. That's all there is to it. Express.js is super simple to use.
  760. Most of the time you will be dealing with other APIs to do the real work:
  761. [Mongoose](http://mongoosejs.com/docs/guide.html) for querying database, socket.io for sending and receiving messages over websockets,
  762. sending emails via [Nodemailer](http://www.nodemailer.com/), form validation using [express-validator](https://github.com/ctavan/express-validator) library,
  763. parsing websites using [Cheerio](https://github.com/MatthewMueller/cheerio), and etc.
  764. <hr>
  765. ### How do I use Socket.io with Hackathon Starter?
  766. [Dan Stroot](https://github.com/dstroot) submitted an excellent [pull request](https://github.com/dstroot/hackathon-starter/commit/0a632def1ce8da446709d92812423d337c977d75) that adds a real-time dashboard with socket.io.
  767. And as much as I'd like to add it to the project, I think it violates one of the main
  768. principles of the Hackathon Starter:
  769. > When I started this project, my primary focus was on simplicity and ease of use.
  770. > I also tried to make it as generic and reusable as possible to cover most use cases of
  771. > hackathon web apps, **without being too specific**.
  772. When I need to use socket.io, I **really** need it, but most of the time - I don't. But more
  773. importantly, websockets support is still experimental on most hosting providers. As of October 2013,
  774. Heroku supports websockets, but not until you opt-in by running this command:
  775. ```js
  776. heroku labs:enable websockets -a myapp
  777. ```
  778. And what if you are deploying to OpenShift? They do support websockets, but it is currently in a
  779. preview state. So, for OpenShift you would need to change the socket.io connect URI to the following:
  780. ```js
  781. var socket = io.connect('http://yoursite-namespace.rhcloud.com:8000');
  782. ```
  783. Wait, why is it on port 8000? Who knows, and if I didn't run across this [blog post](http://velin-georgiev-blog.appspot.com/blog/set-up-nodejs-express-socketio-application-using-websockets-on-openshift-by-red-hat/)
  784. I wouldn't even know I had to use port 8000.
  785. I am really glad that Heroku and OpenShift at least
  786. have a websockets support, because many other PaaS providers still do not support it.
  787. Due to the aforementioned issues with websockets, I cannot include socket.io as part of the Hackathon Starter. *For now...*
  788. If you need to use socket.io in your app, please continue reading.
  789. First you need to install socket.io:
  790. ```js
  791. npm install socket.io --save
  792. ```
  793. Replace `var app = express();` with the following code:
  794. ```js
  795. var app = express();
  796. var server = require('http').Server(app);
  797. var io = require('socket.io')(server);
  798. ```
  799. I like to have the following code organization in `app.js` (from top to bottom): module dependencies,
  800. import controllers, import configs, connect to database, express configuration, routes,
  801. start the server, socket.io stuff. That way I always know where to look for things.
  802. Add the following code at the end of `app.js`:
  803. ```js
  804. io.on('connection', function(socket) {
  805. socket.emit('greet', { hello: 'Hey there browser!' });
  806. socket.on('respond', function(data) {
  807. console.log(data);
  808. });
  809. socket.on('disconnect', function() {
  810. console.log('Socket disconnected');
  811. });
  812. });
  813. ```
  814. One last thing left to change:
  815. ```js
  816. app.listen(app.get('port'), function() {
  817. ```
  818. to
  819. ```js
  820. server.listen(app.get('port'), function() {
  821. ```
  822. At this point we are done with the back-end.
  823. You now have a choice - to include your JavaScript code in Jade templates or have all your client-side
  824. JavaScript in a separate file - in `main.js`. I will admit, when I first started out with Node.js and JavaScript in general,
  825. I placed all JavaScript code inside templates because I have access to template variables passed in from Express
  826. right then and there. It's the easiest thing you can do, but also the least efficient and harder to maintain. Since then I
  827. almost never include inline JavaScript inside templates anymore.
  828. But it's also understandable if you want take the easier road.
  829. Most of the time you don't even care about performance during hackathons, you just
  830. want to [*"get shit done"*](http://www.startupvitamins.com/media/products/13/aaron_levie_poster_black.jpg) before the time runs out.
  831. Well, either way, use whichever approach makes more sense to you. At the end of the day,
  832. it's **what** you build that matters, not **how** you build it.
  833. If you want to stick all your JavaScript inside templates, then in `layout.jade` -
  834. your main template file, add this to `head` block.
  835. ```jade
  836. script(src='/socket.io/socket.io.js')
  837. script.
  838. var socket = io.connect(window.location.href);
  839. socket.on('greet', function (data) {
  840. console.log(data);
  841. socket.emit('respond', { message: 'Hey there, server!' });
  842. });
  843. ```
  844. **Note:** Notice the path of the `socket.io.js`, you don't actually
  845. have to have `socket.io.js` file anywhere in your project; it will be generated
  846. automatically at runtime.
  847. If you want to have JavaScript code separate from templates, move that inline
  848. script code into `main.js`, inside the `$(document).ready()` function:
  849. ```js
  850. $(document).ready(function() {
  851. // Place JavaScript code here...
  852. var socket = io.connect(window.location.href);
  853. socket.on('greet', function (data) {
  854. console.log(data);
  855. socket.emit('respond', { message: 'Hello to you too, Mr.Server!' });
  856. });
  857. });
  858. ```
  859. And that's it, we are done!
  860. If you want to see a really cool real-time dashboard check out this
  861. [live example](http://hackathonstarter.herokuapp.com/dashboard). Refer to the
  862. [pull request #23](https://github.com/sahat/hackathon-starter/pull/23/files) to
  863. see how it is implemented.
  864. Mongoose Cheatsheet
  865. -------------------
  866. #### Find all users:
  867. ```js
  868. User.find(function(err, users) {
  869. console.log(users);
  870. });
  871. ```
  872. #### Find a user by email:
  873. ```js
  874. var userEmail = 'example@gmail.com';
  875. User.findOne({ email: userEmail }, function(err, user) {
  876. console.log(user);
  877. });
  878. ```
  879. #### Find 5 most recent user accounts:
  880. ```js
  881. User
  882. .find()
  883. .sort({ _id: -1 })
  884. .limit(5)
  885. .exec(function(err, users) {
  886. console.log(users);
  887. });
  888. ```
  889. #### Get total count of a field from all documents:
  890. Let's suppose that each user has a `votes` field and you would like to count
  891. the total number of votes in your database across all users. One very
  892. inefficient way would be to loop through each document and manually accumulate
  893. the count. Or you could use [MongoDB Aggregation Framework](http://docs.mongodb.org/manual/core/aggregation-introduction/) instead:
  894. ```js
  895. User.aggregate({ $group: { _id: null, total: { $sum: '$votes' } } }, function(err, votesCount) {
  896. console.log(votesCount.total);
  897. });
  898. ```
  899. Deployment
  900. ----------
  901. Once you are ready to deploy your app, you will need to create an account with
  902. a cloud platform to host it. These are not the only choices, but they are my top
  903. picks. From my experience, **Heroku** is the easiest to get started with, it will
  904. automatically restart your Node.js process when it crashes, zero-downtime
  905. deployments and custom domain support on free accounts. Additionally, you can
  906. create an account with **MongoLab** and then pick one of the *4* providers below.
  907. Again, there are plenty of other choices and you are not limited to just the ones
  908. listed below.
  909. ### 1-Step Deployment with Heroku
  910. <img src="http://blog.exadel.com/wp-content/uploads/2013/10/heroku-Logo-1.jpg" width="200">
  911. - Download and install [Heroku Toolbelt](https://toolbelt.heroku.com/)
  912. - In terminal, run `heroku login` and enter your Heroku credentials
  913. - From *your app* directory run `heroku create`
  914. - Run `heroku addons:create mongolab`. This will set up the MongoLab add-on and configure the `MONGOLAB_URI` environment variable in your Heroku app for you.
  915. - Lastly, do `git push heroku master`. Done!
  916. **Note:** To install Heroku add-ons your account must be verified.
  917. ---
  918. <img src="http://i.imgur.com/7KnCa5a.png" width="200">
  919. - Open [mongolab.com](https://mongolab.com) website
  920. - Click the yellow **Sign up** button
  921. - Fill in your user information then hit **Create account**
  922. - From the dashboard, click on **:zap:Create new** button
  923. - Select **any** cloud provider (I usually go with AWS)
  924. - Under *Plan* click on **Single-node (development)** tab and select **Sandbox** (it's free)
  925. - *Leave MongoDB version as is - `2.4.x`*
  926. - Enter *Database name** for your web app
  927. - Then click on **:zap:Create new MongoDB deployment** button
  928. - Now, to access your database you need to create a DB user
  929. - Click to the recently created database
  930. - You should see the following message:
  931. - *A database user is required to connect to this database.* **Click here** *to create a new one.*
  932. - Click the link and fill in **DB Username** and **DB Password** fields
  933. - Finally, in `secrets.js` instead of `db: 'localhost'`, use the following URI with your credentials:
  934. - `db: 'mongodb://USERNAME:PASSWORD@ds027479.mongolab.com:27479/DATABASE_NAME'`
  935. **Note:** As an alternative to MongoLab, there is also [Compose](https://www.compose.io/).
  936. <img src="http://www.opencloudconf.com/images/openshift_logo.png" width="200">
  937. - First, install this Ruby gem: `sudo gem install rhc` :gem:
  938. - Run `rhc login` and enter your OpenShift credentials
  939. - From *your app* directory run `rhc app create MyApp nodejs-0.10`
  940. - **Note:** *MyApp* is what you want to name your app (no spaces)
  941. - Once that is done, you will be provided with **URL**, **SSH** and **Git Remote** links
  942. - Visit that **URL** and you should see *Welcome to your Node.js application on OpenShift* page
  943. - Copy **Git Remote** and paste it into `git remote add openshift your_git_remote`
  944. - Before you push your app, you need to do a few modifications to your code
  945. Add these two lines to `app.js`, just place them anywhere before `app.listen()`:
  946. ```js
  947. var IP_ADDRESS = process.env.OPENSHIFT_NODEJS_IP || '127.0.0.1';
  948. var PORT = process.env.OPENSHIFT_NODEJS_PORT || 8080;
  949. ```
  950. Then change `app.listen()` to:
  951. ```js
  952. app.listen(PORT, IP_ADDRESS, function() {
  953. console.log("✔ Express server listening on port %d in %s mode", PORT, app.settings.env);
  954. });
  955. ```
  956. Add this to `package.json`, after *name* and *version*. This is necessary because, by default, OpenShift looks for `server.js` file. And by specifying `supervisor app.js` it will automatically restart the server when node.js process crashes.
  957. ```js
  958. "main": "app.js",
  959. "scripts": {
  960. "start": "supervisor app.js"
  961. },
  962. ```
  963. - Finally, now you can push your code to OpenShift by running `git push -f openshift master`
  964. - **Note:** The first time you run this command, you have to pass `-f` (force) flag because OpenShift creates a dummy server with the welcome page when you create a new Node.js app. Passing `-f` flag will override everything with your *Hackathon Starter* project repository. Please **do not** do `git pull` as it will create unnecessary merge conflicts.
  965. - And you are done!
  966. <img src="http://upload.wikimedia.org/wikipedia/commons/f/ff/Windows_Azure_logo.png" width="200">
  967. - Login to [Windows Azure Management Portal](http://manage.windowsazure.com/)
  968. - Click the **+ NEW** button on the bottom left of the portal
  969. - Click **COMPUTE**, then **WEB APP**, then **QUICK CREATE**
  970. - Enter a name for **URL** and select the datacenter **REGION** for your web site
  971. - Click on **CREATE WEB APP** button
  972. - Once the web site status changes to *Running*, click on the name of the web site to access the Dashboard
  973. - At the bottom right of the Quickstart page, select **Set up a deployment from source control**
  974. - Select **Local Git repository** from the list, and then click the arrow
  975. - To enable Git publishing, Azure will ask you to create a user name and password
  976. - Once the Git repository is ready, you will be presented with a **GIT URL**
  977. - Inside your *Hackathon Starter* directory, run `git remote add azure [Azure Git URL]`
  978. - To push your changes simply run `git push azure master`
  979. - **Note:** *You will be prompted for the password you created earlier*
  980. - On **Deployments** tab of your Windows Azure Web App, you will see the deployment history
  981. <img src="http://www.comparethecloud.net/wp-content/uploads/2014/06/ibm-bluemix_pr-030514.jpg" width="200">
  982. - Go to [Codename: Bluemix](http://bluemix.net) to signup for the free trial, or login with your *IBM id*
  983. - Install [Cloud Foundry CLI](https://github.com/cloudfoundry/cli)
  984. - Navigate to your **hackathon-starter** directory and then run `cf push [your-app-name] -m 512m` command to deploy the application
  985. - **Note:** You must specify a unique application name in place of `[your-app-name]`
  986. - Run `cf create-service mongodb 100 [your-service-name]` to create a [MongoDB service](https://www.ng.bluemix.net/docs/#services/MongoDB/index.html#MongoDB)
  987. - Run `cf bind-service [your-app-name] [your-service-name]` to associate your application with a service created above
  988. - Run `cf files [your-app-name] logs/env.log` to see the *environment variables created for MongoDB.
  989. - Copy the **MongoDB URI** that should look something like the following: `mongodb://68638358-a3c6-42a1-bae9-645b607d55e8:46fb97e6-5ce7-4146-9a5d-d623c64ff1fe@192.155.243.23:10123/db`
  990. - Then set it as an environment variable for your application by running `cf set-env [your-app-name] MONGODB [your-mongodb-uri]`
  991. - Run `cf restart [your-app-name]` for the changes to take effect.
  992. - Visit your starter app at **http://[your-app-name].ng.bluemix.net**
  993. - Done!
  994. **Note:** Alternative directions, including how to setup the project with a DevOps pipeline are available at [http://ibm.biz/hackstart](http://ibm.biz/hackstart).
  995. A longer version of these instructions with screenshots is available at [http://ibm.biz/hackstart2](http://ibm.biz/hackstart2).
  996. Also, be sure to check out the [Jump-start your hackathon efforts with DevOps Services and Bluemix](https://www.youtube.com/watch?v=twvyqRnutss) video.
  997. Changelog
  998. ---------
  999. ### 3.0.3 (May 14, 2015)
  1000. - Added favicon.
  1001. - Fixed an email issue with Google login.
  1002. ### 3.0.2 (March 31, 2015)
  1003. - Renamed `navbar.jade` to `header.jade`.
  1004. - Fixed typos in README. Thanks @josephahn and @rstormsf.
  1005. - Fix radio button alignment on small screens in Profile page.
  1006. - Increased `bcrypt.genSalt()` from **5** to **10**.
  1007. - Updated package dependencies.
  1008. - Updated Font Awesome `4.3.0`.
  1009. - Updated Bootstrap `3.3.4`.
  1010. - Removed Ionicons.
  1011. - Removed unused `User` variable in *controllers/api.js*.
  1012. - Removed Nodejitsu instructions from README.
  1013. ### 3.0.1 (February 23, 2015)
  1014. - Reverted Sass to LESS stylesheets. See <a href="https://github.com/sahat/hackathon-starter/issues/233">#233</a>.
  1015. - Convert email to lower case in Passport's LocalStrategy during login.
  1016. - New Lob API.
  1017. - Updated Font Awesome to 4.3.0
  1018. - Updated Bootstrap and Flatly theme to 3.3.2.
  1019. ### 3.0.0 (January 11, 2015)
  1020. - New Ordr.in API example.
  1021. - Brought back PayPal API example.
  1022. - Added `xframe` and xssProtection` protection via **lusca** module.
  1023. - No more CSRF route whitelisting, either enable or dsiable it globally.
  1024. - Simplified "remember original destination" middleware.
  1025. - Instead of excluding certain routes, you now have to "opt-in" for the routes you wish to remember for a redirect after successful authentication.
  1026. - Converted LESS to Sass.
  1027. - Updated Bootstrap to 3.3.1 and Font Awesome to 4.2.0.
  1028. - Updated jQuery to 2.1.3 and Bootstrap to 3.3.1 JS files.
  1029. - Updated Ionicons to 2.0.
  1030. - Faster travis-ci builds using `sudo: false`.
  1031. - Fixed YUI url on Yahoo API example.
  1032. - Fixed `mongo-connect` deprecation warning.
  1033. - Code cleanup throughout the project.
  1034. - Updated `secrets.js` notice.
  1035. - Simplified the generator (`setup.js`), no longer removes auth providers.
  1036. - Added `git remote rm origin` to Getting Started instructions in README.
  1037. ### 2.4.0 (November 8, 2014)
  1038. - Bootstrap 3.3.0.
  1039. - Flatly 3.3.0 theme.
  1040. - User model cleanup.
  1041. - Removed `helperContext` from connect-assets middleware.
  1042. ### 2.3.4 (October 27, 2014)
  1043. - Font Awesome 4.2.0 [01e7bd5c09926911ca856fe4990e6067d9148694](https://github.com/sahat/hackathon-starter/commit/01e7bd5c09926911ca856fe4990e6067d9148694)
  1044. - Code cleanup in `app.js` and `controllers/api.js`. [8ce48f767c0146062296685cc101acf3d5d224d9](https://github.com/sahat/hackathon-starter/commit/8ce48f767c0146062296685cc101acf3d5d224d9) [cdbb9d1888a96bbba92d4d14deec99a8acba2618](https://github.com/sahat/hackathon-starter/commit/cdbb9d1888a96bbba92d4d14deec99a8acba2618)
  1045. - Updated Stripe API example. [afef373cd57b6a44bf856eb093e8f2801fc2dbe2](https://github.com/sahat/hackathon-starter/commit/afef373cd57b6a44bf856eb093e8f2801fc2dbe2)
  1046. - Added 1-step deployment process with Heroku and MongoLab add-on. [c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f](https://github.com/sahat/hackathon-starter/commit/c5def7b7b3b98462e9a2e7896dc11aaec1a48b3f)
  1047. - Updated Twitter apps dashboard url. [e378fbbc24e269de69494d326bc20fcb641c0697](https://github.com/sahat/hackathon-starter/commit/e378fbbc24e269de69494d326bc20fcb641c0697)
  1048. - Fixed dead links in the README. [78fac5489c596e8bcef0ab11a96e654335573bb4](https://github.com/sahat/hackathon-starter/commit/78fac5489c596e8bcef0ab11a96e654335573bb4)
  1049. ### 2.3.3 (September 1, 2014)
  1050. - Use *https* (instead of http) profile image URL with Twitter authentication
  1051. ### 2.3.2 (July 28, 2014)
  1052. - Fixed an issue with connect-assets when running `app.js` from an outside folder
  1053. - Temporarily disabled `setup.js` on Windows platform until [blessed](https://github.com/chjj/blessed) fixes its problems
  1054. ### 2.3.1 (July 15, 2014)
  1055. - Migrated to Nodemailer 1.0
  1056. ### 2.3 (July 2, 2014)
  1057. - Bootstrap 3.2
  1058. - New default theme
  1059. - Ionicons fonts
  1060. - Fixed bodyParser deprecation warning
  1061. - Minor visual updates
  1062. - CSS cleanup via RECESS
  1063. - Replaced `navbar-brand` image with a font icon
  1064. ### 2.2.1 (June 17, 2014)
  1065. - Added IBM Codename: BlueMix deployment instructions
  1066. ### 2.2 (June 6, 2014)
  1067. - Use Lodash instead of Underscore.js
  1068. - Replaced all occurrences of `_.findWhere` with `_.find`
  1069. - Added a flash message when user deletes an account
  1070. - Updated and clarified some comments
  1071. - Updated the Remove Auth message in `setup.js`
  1072. - Cleaned up `styles.less`
  1073. - Redesigned API Examples page
  1074. - Updated Last.fm API example
  1075. - Updated Steam API example
  1076. - Updated Instagram API example
  1077. - Updated Facebook API example
  1078. - Updated jQuery to 2.1.1
  1079. - Fixed a bug that didn't remove Instagram Auth properly
  1080. - Fixed Foursquare secret token
  1081. ### 2.1.4 (June 5, 2014)
  1082. - Fixed a bug related to `returnTo` url (#155)
  1083. ### 2.1.3 (June 3, 2014)
  1084. - Font Awesome 4.1
  1085. - Updated icons on some API examples
  1086. - Use LESS files for *bootstrap-social* and *font-awesome*
  1087. ### 2.1.2 (June 2, 2014)
  1088. - Improved Twilio API example
  1089. - Updated dependencies
  1090. ### 2.1.1 (May 29, 2014)
  1091. - Added **Compose new Tweet** to Twitter API example
  1092. - Fixed email service indentation
  1093. - Fixed Mailgun and Mandrill secret.js properties
  1094. - Renamed `navigation.jade` to `navbar.jade`
  1095. ### 2.1 (May 13, 2014)
  1096. - New and improved generator - **setup.js**
  1097. - Added Yahoo API
  1098. - CSS and templates cleanup
  1099. - Minor improvement to the default theme
  1100. - `cluster_app.js` has been moved into **setup.js**
  1101. ### 2.0.4 (April 26, 2014)
  1102. - Added Mandrill e-mail service (via generator)
  1103. ### 2.0.3 (April 25, 2014)
  1104. - LinkedIn API: Fixed an error if a user did not specify education on LinkedIn
  1105. - Removed email constraint when linking OAuth accounts in order to be able to merge accounts that use the same email address
  1106. - Check if email address is already taken when creating a new local account
  1107. - Previously relied on Validation Error 11000, which doesn't always work
  1108. - When creating a local account, checks if e-mail address is already taken
  1109. - Flash notifications can now be dismissed by clicking on ×
  1110. ### 2.0.2 (April 22, 2014)
  1111. - Added Instagram Authentication
  1112. - Added Instagram API example
  1113. - Updated Instagram Strategy to use a "fake" email address similar to Twitter Startegy
  1114. ### 2.0.1 (April 18, 2014)
  1115. - Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca)
  1116. - Fixed EOL problem in `generator.js` for Windows users
  1117. - Fixed outdated csrf token string on profile.jade
  1118. - Code cleanup
  1119. ### 2.0.0 (April 15, 2014)
  1120. There are have been over **500+** commits since the initial announcement in
  1121. January 2014 and over a **120** issues and pull requests from **28** contributors.
  1122. - Documentation grew **8x** in size since the announcement on Hacker News
  1123. - Upgraded to Express 4.0
  1124. - Generator for adding/removing authentication providers
  1125. - New Instagram authentication that can be added via generator
  1126. - Forgot password and password reset for Local authentication
  1127. - Added LinkedIn authentication and API example
  1128. - Added Stripe API example
  1129. - Added Venmo API example
  1130. - Added Clockwork SMS example
  1131. - Nicer Facebook API example
  1132. - Pre-populated secrets.js with API keys (not linked to my personal accounts)
  1133. - Grid layout with company logos on API Examples page
  1134. - Added tests (Mocha, Chai, Supertest)
  1135. - Gravatar pictures in Navbar and Profile page
  1136. - Tracks last visited URL before signing in to redirect back to original destination
  1137. - CSRF protection
  1138. - Gzip compression and static assets caching
  1139. - Client-side JavaScript is automatically minified+concatenated in production
  1140. - Navbar, flash messages, footer refactored into partial templates
  1141. - Support for Node.js clusters
  1142. - Support for Mailgun email service
  1143. - Support for environment variables in secrets.js
  1144. - Switched from less-middleware to connect-assets
  1145. - Bug fixes related to multi-authentication login and account linking
  1146. - Other small fixes and changes that are too many to list
  1147. Contributing
  1148. ------------
  1149. If something is unclear, confusing, or needs to be refactored, please let me know.
  1150. Pull requests are always welcome, but due to the opinionated nature of this
  1151. project, I cannot accept every pull request. Please open an issue before
  1152. submitting a pull request. This project uses
  1153. [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) with a
  1154. few minor exceptions. If you are submitting a pull request that involves
  1155. Jade templates, please make sure you are using *spaces*, not tabs.
  1156. License
  1157. -------
  1158. The MIT License (MIT)
  1159. Copyright (c) 2014-2015 Sahat Yalkabov
  1160. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  1161. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  1162. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.