This is a little multi user task planner for demonstration purposes. Please do not use in production environments.
- A running installation of Mongo DB
- NPM
- Download the sources to the desired project folder.
- run
npm install
- Copy
/config/default.json.template
todefault.json
and update the database configuration to your requirements - Start taskplanner with
npm start
- Login with the default user
admin
and passwordadmin