Key Features • How To Use • Download • Credits • Related • License
- Manage tasks
- Categorize tasks
- Create checklists to break down your tasks
- Organize your tasks by their status
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/GustavoSMafra/task-master.git
# Go into the repository
$ cd task-master
# Install dependencies
$ npm install
# Run the app
$ npm startLocalhost Don't forget to create a .env with the necessary information, all you need is a local database and a secret key that will be used by bcrypt. (All you need is in the .env-default file)
Note If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
You can download the latest installable version of TaskMaster for Windows, macOS and Linux.
This software uses the following open source packages:
- Node.js
- Tailwind CSS
- bcrypt
- cookie-parser
- dotenv
- Express
- Express Handlebars
- Handlebars Helpers
- jsonwebtoken
- method-override
- mysql2
- pg
- pg-hstore
- Sequelize
TaskMaster - Web version of TaskMaster (The project can be unavailable)
