Skip to content

HarshitKhurana/WorkManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkManagement

-> A Simple Node based personalized WebApp for managing work.
-> Includes deadlines so as to keep you on track.

[*] Installation | Execution

-> Once docker is installed simply go to the directory and execute `startApp.sh`, this will start the server on port 8080 which you can simply access via browser.

./startApp.sh

[*] Notes

-> It uses redis for faster storage and retreval of information
-> The entire app runs inside a docker container be it the Web base application or the redis storage.
-> Once a task is added it cannot be modified, so take some time while adding the task specially the deadlines.
-> The groups columns helps to club one or more tasks together i.e helps in clubbing of tasks.
-> Tasks listed on 'deadline' are in sorted order as per their deadlines.
-> It only uses docker to run inside a protected environment.

[*] Dependencies

-> Since it runs inside a container the first and primary requirement in for installation refer to installing docker.
-> Modules dependencies present in package.json, these will be installed in the node\_app docker container.

[*] Limitations

-> Currently no login feature added as it was solely meant to be a personal use app.

About

A Simple Node based personalized WebApp for managing work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors