Server application for Prix Ars 2013 competition.
- Node 0.8.x
- MongoDB 2.2
Using homebrew.
$ brew install node
$ brew install mongodb
$ git clone [email protected]:CircuitLab/prix-ars-2013-server.git
$ cd prix-ars-2013-server
$ npm i
$ mongod &
$ npm start
$ open http://0.0.0.0:3000/
$ git push
$ cap deploy
Copyright (c) 2013 Curcuit Lab. <[email protected]>