Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 503 Bytes

taskplanner

This is a little multi user task planner for demonstration purposes. Please do not use in production environments.

Requirements

  • A running installation of Mongo DB
  • NPM

Install and run

  1. Download the sources to the desired project folder.
  2. run npm install
  3. Copy /config/default.json.template to default.json and update the database configuration to your requirements
  4. Start taskplanner with npm start
  5. Login with the default user admin and password admin