Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/linnovate/mean
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Jul 7, 2013
2 parents c30d667 + 1ad9777 commit a4147b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ We mainly try to take care of the connection points between existing popular fra
* Node.js - Download and Install [Node.js](http://www.nodejs.org/).
* MongoDB - Download and Install [MongoDB](http://www.mongodb.org/) - Make sure it's running on the default port(27017).

## MEAN Modules
* Mean presents a growing eco-system of MEAN based modules in the npm repository, To write (and contribute) your own MEAN based module checkout [mean-logger](https://npmjs.org/package/mean-logger) for examples.


## Additional Packages
* Express - Defined as npm module in the [Package.json](package.json) file.
* Mongoose - Defined as npm module in the [Package.json](package.json) file.
Expand All @@ -29,7 +33,11 @@ See the [config](config/) folder and especially the [config.js](config/config.js
Start the server:

$ node server


Then open a browser and go to:

http://localhost:3000

## The Future
We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements.

Expand Down
2 changes: 1 addition & 1 deletion app/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ extends layouts/default

block content
section(data-ng-view)
script(type="text/javascript")
script(type="text/javascript").
window.user = !{user};

0 comments on commit a4147b9

Please sign in to comment.