prinzpiuz / OpenTasky

Daily manager for your organisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTasky

Daily manager for your Organisation

  • roles like admin and user
  • create project -> create tasks in project -> assign it to user -> then user can start,pause,resume,complete task
  • time sheet(automatic generation of timesheet based on the activity of user)
  • and more feature comming soon

To Join Discussion

SETUP

we are using postgres as our Database you can create a db with name "task", password "task", and username "task" or you can create custom and put in util/db.js for intial logins it provide a username "admin@admin.com" with password "admin"

  • run this command to create session table in your DB to create the session table
    psql <your DB> < node_modules/connect-pg-simple/table.sql

About

Daily manager for your organisation

License:GNU General Public License v3.0


Languages

Language:CSS 91.6%Language:JavaScript 5.6%Language:HTML 2.8%