https://github.com/pkrasicki/taskz
Free and open source task management app. Taskz lets you organize your projects in a clean and fun way.
https://github.com/pkrasicki/taskz
angular kanban kanban-board nodejs task-management typescript webapp
Last synced: 3 months ago
JSON representation
Free and open source task management app. Taskz lets you organize your projects in a clean and fun way.
- Host: GitHub
- URL: https://github.com/pkrasicki/taskz
- Owner: pkrasicki
- License: gpl-3.0
- Created: 2020-06-18T22:06:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T22:52:32.000Z (over 2 years ago)
- Last Synced: 2025-07-11T23:04:19.069Z (3 months ago)
- Topics: angular, kanban, kanban-board, nodejs, task-management, typescript, webapp
- Language: TypeScript
- Homepage:
- Size: 2.69 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taskz
Free and open source task management app.

## Dependencies
- [Node.js](https://nodejs.org)
- [Npm](https://npmjs.com)
- [Redis](https://redis.io)
- [MySQL](https://mysql.com) or [MariaDB](https://mariadb.org)## Build from source
Install remaining dependencies:`npm install`
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. Use `--watch` flag if you want frontend to rebuild on changes (useful for development).
## Configure
Before you can run the app, you will need to:
1. Create a MySQL or MariaDB database for Taskz to use.
2. Edit `config.json` and provide necessary details for the database. If your redis server is not running on localhost with default port, provide those details too.## Run
Run `node app.js` to start the app. Navigate to `http://localhost:4000`.