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.
- Create, edit and delete tasks
- Set due date and time for tasks
- PHP
- Laravel
- PostgreSQL
- Docker
- Clone the repository
- Run
docker-compose up -dto start the database - Run
composer installto install the dependencies - Run
php artisan migrateto run the migrations - Run
php artisan serveto start the server - Run
php artisan queue:workto start the queue worker