Preconditions
Node.js is a requirement, read about how to install it here: https://nodejs.org/en/
Install
$ git clone git@gitlab.coko.foundation:jure/backend-node.git
$ cd backend-node
$ npm install
Start the server
$ npm run dev
$ ./bin/init.sh
Point your browser to: http://localhost:3000
Roadmap (23rd of November, 2015)
Next week (23-27 November):
- Simple auth
- A proper abstract display on the front page
- Last write wins strategy for document updates