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.
- Host: GitHub
- URL: https://github.com/pedrovidaldev/taskvel-manager
- Owner: PedroVidalDev
- Created: 2025-02-16T02:57:22.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-29T19:39:52.000Z (over 1 year ago)
- Last Synced: 2025-05-09T01:53:17.777Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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