mirontoli / anvaska

A lab project which uses heroku, nodejs, knockout and mongodb

Home Page:http://anvaska.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a simple time tracking application, for discovering of Mongo and Node.js and knockout.js.

The app is published on heroku

to start on your local machine install mongo db (google for more info):

sudo apt-get install mongodb 
sudo mkdir -p /data/db/
sudo chown `id -u` /data/db

then install all needed node packages:

npm install

And then run:

node server.js

About

A lab project which uses heroku, nodejs, knockout and mongodb

http://anvaska.herokuapp.com/


Languages

Language:JavaScript 92.8%Language:CSS 7.2%