• Stars
    star
    209
  • Rank 188,325 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 13 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

expressjs-example is a super light, super simple and developer-friendly app built on Node.js

expressjs-example

expressjs-example is a super light, super simple developer-friendly app built on Node.js, feel free to copy it and build your own application.

Screenshot

Configuration

  • Rename .env-example to .env
  • Create Pusher account and update .env
  • Update .env with all other variables

Setup & Run the app

Install node, npm, mongodb
Run `npm install` in the project directory
Run `node .` and point your browser to http://localhost:3000

Production

  (Install Heroku Toolbelt and setup account)

You'll need to add a new config entry using heroku terminal utility.

  heroku config:add NODE_ENV=production

More Repositories

1

node-nyam

nyam is a node.js CLI tool for easy posting and reading of Yammer feeds.
JavaScript
15
star
2

node-drone-simulator

A nodecopter simulator
JavaScript
10
star
3

node-rqueue

A node.js implementation of RQueue, includes Worker and Queue
JavaScript
8
star
4

ansicolors

Just playing around with ansi colors and curl
JavaScript
7
star
5

authlogic3

This is an 'enhanced' version/example application of the popular Authlogic gem running on Rails 3.0.
Ruby
4
star
6

node-example

Just a quick example app hosted on heroku that uses expressjs, jade and stylus
JavaScript
3
star
7

sublimer

simple CLI tool for faster editing lint rules using sublime and standard
JavaScript
2
star
8

acts_as_ooyala

This plugin wraps the Ooyala API into a acts_as module that we all know and love in the Rails world.
2
star
9

gen

A views, models, routes generator utility for ExpressJS
JavaScript
2
star
10

node-postageapp

PostageApp Node.js Module for easier way to send email from web apps
JavaScript
2
star
11

csanz_authlogic_example_with_showpwd

authlogic registration with show password plugin
Ruby
1
star
12

monjuice

Interactive CLI for popular ORM mongoosejs
1
star
13

csanz_flixcloud_web

a flixcloud web wrapper
Ruby
1
star
14

csanz_fancy_box

I merged fancy box plugin with a full rails project and a form example
JavaScript
1
star
15

configs

General Configs
Shell
1
star
16

ngen-templates

Templates for the super popular ngen CLI
JavaScript
1
star
17

csanz_authlogic_with_facebook_connect

Here I'm basically merging authlogic, with authlogic_facebook_connect and facebooker and making it all work
Ruby
1
star
18

ipad_test

1
star
19

nhub

ntweet is a node.js CLI tool for easy posting and reading of Tweets.
JavaScript
1
star
20

quora-api

RESTful api layer in front of Quora. Uses your cookie to pull pages, parses and returns beautiful responses in JSON
1
star