Skip to content

DmOsinkin/task-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-calendar

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:

  1. install node.js (sure about path to node.exe in PATH)
  2. install mongodb (sure about path to mongod.exe in PATH)
  3. download folder with task-calender project
  4. open command console in this folder
  5. run command 'npm install --save'

Now you have finished web-application

To run this app:

  1. open command console in any folder and run command 'mongod' - this will be run mongodb-server
  2. open another console, but in task-calendar folder and run command 'npm start'

open http://localhost:3000 in browser to open application

About

A full year calendar with tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published