A full year calendar with tasks
Its a web-application written on javascript (frontend: jquery, backend: express.js + node.js + mongodb).
To prepare this app:
- install node.js (sure about path to node.exe in PATH)
- install mongodb (sure about path to mongod.exe in PATH)
- download folder with task-calender project
- open command console in this folder
- run command 'npm install --save'
Now you have finished web-application
To run this app:
- open command console in any folder and run command 'mongod' - this will be run mongodb-server
- open another console, but in task-calendar folder and run command 'npm start'
open http://localhost:3000 in browser to open application