An open API service indexing awesome lists of open source software.

https://github.com/pedrovidaldev/taskvel-manager

Taskvel is a task manager application that helps you to manage your daily tasks. It is a simple and easy to use application that helps you to manage your tasks and to-do lists.
https://github.com/pedrovidaldev/taskvel-manager

Last synced: about 1 year ago
JSON representation

Taskvel is a task manager application that helps you to manage your daily tasks. It is a simple and easy to use application that helps you to manage your tasks and to-do lists.

Awesome Lists containing this project

README

          

#

Taskvel Manager


## Description
Taskvel is a task manager application that helps you to manage your daily tasks. It is a simple and easy to use application that helps you to manage your tasks and to-do lists.

## Features
- Create, edit and delete tasks
- Set due date and time for tasks

## Technologies
- PHP
- Laravel
- PostgreSQL
- Docker

## Installation
1. Clone the repository
2. Run `docker-compose up -d` to start the database
3. Run `composer install` to install the dependencies
4. Run `php artisan migrate` to run the migrations
5. Run `php artisan serve` to start the server
6. Run `php artisan queue:work` to start the queue worker