Framework for building web applications at Startup Weekend Education ( #SWEDU ) 2013
You'll need node.js and mongodb to run this application. Installing these is out-of-scope, and instructions are contained on the links to the left.
- Clone the project (you can download the zip above or use git)
- In the project's folder, run
npm install
. Wait for it to install all necessary components. - Run
node app.js
.
You'll now, by default, have a web application running at http://localhost:9200 -- you can edit the port by changing config.js.
Please feel free to submit changes to this repo via pull requests! We're trying to keep this as general and flexible as possible, so anyone can take the project and run with it.