Skip to content

abdulbasit-dev/laravel-taskwise

Repository files navigation

Laravel Logo

TaskWise

Welcome to TaskWise! This project is designed to simplify task management and streamline team collaboration. The application provides a robust task tracking system with features like due date monitoring, role-based status transitions, and notifications.

Getting Started

To start using TaskWise, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/abdulbasit-dev/laravel-taskwise.git
    cd laravel-taskwise
  2. Install project dependencies using Composer:

    composer install
  3. Copy the .env.example file and configure your environment variables:

    cp .env.example .env
    php artisan key:generate
  4. Create and seed the database with fake data using the following command (optional):

    php artisan migrate --seed
  5. Start the Laravel development server:

    php artisan serve
  6. Base Url For the api will be:

    http://localhost:8000/api/v1
    
  7. In the root directory find this replated postman file:

    • [Laravel Task Management.postman_collection.json] the collection tha contain requests.
    • [TaskWise Local.postman_environment.json] environment variables

Please import both of them and with you will be good to go :)

Dependencies

TaskWise utilizes the following dependencies:

Make sure to install and configure these dependencies according to the provided links and documentation.

Test Email Sending with MailTrap

We have already set up email sending in this project, and we're using MailTrap, a testing environment for catching and inspecting emails. You can check the emails we send from the application without signing up for MailTrap. We've provided the MailTrap credentials, so follow the steps below:

  1. Visit MailTrap Inbox: Open MailTrap Inbox to view the emails sent from the application. This link will take you directly to the inbox where you can see the emails.

  2. Login to MailTrap: Use the following MailTrap login credentials to access the inbox:

  3. Check Received Emails: In the MailTrap inbox, you'll find the emails that have been sent from the application. You can inspect the content, headers, and attachments of these emails.

  4. Queue Worker (Important): To ensure that emails are sent correctly and asynchronously, Open your .env file and set the QUEUE_CONNECTION to database, and then run the following command in your terminal:

    php artisan queue:work

    This command starts the Laravel queue worker, which processes jobs in the background. It's essential for sending emails and performing other queued tasks.

About

Laravel Task Management Api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published