Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 671 Bytes

File metadata and controls

21 lines (18 loc) · 671 Bytes

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