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 -d
to start the database - Run
composer install
to install the dependencies - Run
php artisan migrate
to run the migrations - Run
php artisan serve
to start the server - Run
php artisan queue:work
to start the queue worker