A simple RESTful API built with Laravel for managing tasks with user authentication. This API provides endpoints for auth and task operations.
- User registration, login, logout, and profile
- CRUD operations for tasks
- Clone the repository
git clone https://github.com/mabdusshakur/TaskAPI.git
- Install dependencies
composer install
- Copy environment file and configure your database
cp .env.example .env
- Generate application key
php artisan key:generate
- Run migrations
php artisan migrate
- Start the server
php artisan serve
- Laravel 12
- Laravel Sanctum for authentication
- PHP 8.2+
This project is licensed under the MIT License - see the LICENSE file for details.